Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
ast (2.4.3)
attr_required (1.0.2)
base64 (0.3.0)
benchmark (0.4.1)
benchmark (0.5.0)
bigdecimal (3.3.1)
bindata (2.5.1)
bindex (0.8.1)
Expand All @@ -99,6 +99,7 @@ GEM
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
crass (1.0.6)
csv (3.3.5)
date (3.4.1)
debug (1.11.0)
irb (~> 1.10)
Expand Down Expand Up @@ -161,9 +162,14 @@ GEM
activerecord (>= 6.1)
activesupport (>= 6.1)
zeitwerk (~> 2.3)
forest_admin_datasource_customizer (1.8.3)
forest_admin_datasource_customizer (1.12.5)
activesupport (>= 6.1)
base64
bigdecimal
csv
marcel (~> 1.0, >= 1.0.4)
mutex_m
ostruct
zeitwerk (~> 2.3)
forest_admin_datasource_toolkit (1.8.3)
activesupport (>= 6.1)
Expand Down Expand Up @@ -232,6 +238,7 @@ GEM
minitest (5.26.0)
mono_logger (1.1.2)
msgpack (1.8.0)
mutex_m (0.3.0)
net-http (0.6.0)
uri
net-imap (0.5.12)
Expand Down Expand Up @@ -273,6 +280,7 @@ GEM
tzinfo
validate_url
webfinger (~> 2.0)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
Expand Down
Loading