Skip to content
Open
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
26 changes: 15 additions & 11 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.3.1)
bigdecimal (4.1.2)
brakeman (6.1.2)
racc
bson (4.15.0)
Expand All @@ -130,8 +130,8 @@ GEM
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
colored (1.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.5)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
countries (4.0.1)
i18n_data (~> 0.13.0)
sixarm_ruby_unaccent (~> 1.1)
Expand Down Expand Up @@ -216,14 +216,15 @@ GEM
csv (>= 3.0.0)
globalid (1.3.0)
activesupport (>= 6.1)
globalize (6.3.0)
activemodel (>= 4.2, < 7.2)
activerecord (>= 4.2, < 7.2)
globalize (7.1.3)
activemodel (>= 7.0, < 8.2)
activerecord (>= 7.0, < 8.2)
activesupport (>= 7.0, < 8.2)
request_store (~> 1.0)
hashdiff (1.2.1)
hashie (3.5.7)
httpclient (2.8.3)
i18n (1.14.7)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
i18n_data (0.13.0)
io-console (0.8.1)
Expand Down Expand Up @@ -262,7 +263,9 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (5.26.2)
minitest (6.0.6)
drb (~> 2.0)
prism (~> 1.5)
mongo (2.20.1)
bson (>= 4.14.1, < 6.0.0)
mongoid (8.1.3)
Expand Down Expand Up @@ -320,6 +323,7 @@ GEM
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
prism (1.9.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -343,7 +347,7 @@ GEM
pusher-signature (~> 0.1.8)
pusher-signature (0.1.8)
racc (1.8.1)
rack (2.2.21)
rack (2.2.23)
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-session (1.0.2)
Expand Down Expand Up @@ -399,7 +403,7 @@ GEM
regexp_parser (2.9.0)
reline (0.6.3)
io-console (~> 0.5)
request_store (1.5.0)
request_store (1.7.0)
rack (>= 1.4)
require_all (3.0.0)
responders (3.2.0)
Expand Down Expand Up @@ -488,7 +492,7 @@ GEM
coercible (~> 1.0)
thor (1.4.0)
thread_safe (0.3.6)
timeout (0.4.4)
timeout (0.6.1)
tomorrowio_rb (0.0.3)
tsort (0.2.0)
tzinfo (2.0.6)
Expand Down
Loading