Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jan 24, 2025
1 parent 0be7dac commit 46501ab
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 153 deletions.
26 changes: 14 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
arel (9.0.0)
ast (2.4.2)
bigdecimal (3.1.8)
base64 (0.2.0)
bigdecimal (3.1.9)
bindex (0.8.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
Expand All @@ -63,7 +64,7 @@ GEM
xpath (~> 3.2)
childprocess (4.1.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
crack (1.0.0)
bigdecimal
rexml
Expand All @@ -83,20 +84,20 @@ GEM
railties (>= 5.0.0)
faker (2.22.0)
i18n (>= 1.8.11, < 2)
ffi (1.17.0)
ffi (1.17.1)
globalid (1.1.0)
activesupport (>= 5.0)
hashdiff (1.1.2)
htmlentities (4.3.4)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.7.6)
launchy (2.5.2)
addressable (~> 2.8)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.23.1)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -126,7 +127,7 @@ GEM
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pg (1.4.6)
Expand All @@ -145,7 +146,7 @@ GEM
rack (2.2.10)
rack-proxy (0.7.7)
rack
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rack-timeout (0.6.3)
rails (5.2.8.1)
Expand Down Expand Up @@ -178,7 +179,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
rexml (3.4.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
Expand Down Expand Up @@ -222,7 +223,7 @@ GEM
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
rubyzip (2.4.1)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -238,7 +239,7 @@ GEM
slim (5.2.1)
temple (~> 0.10.0)
tilt (>= 2.1.0)
slim-rails (3.6.3)
slim-rails (3.7.0)
actionpack (>= 3.1)
railties (>= 3.1)
slim (>= 3.0, < 6.0, != 5.0.0)
Expand All @@ -261,7 +262,7 @@ GEM
temple (0.10.3)
thor (1.3.2)
thread_safe (0.3.6)
tilt (2.5.0)
tilt (2.6.0)
timeout (0.4.3)
tzinfo (1.2.11)
thread_safe (~> 0.1)
Expand All @@ -280,7 +281,8 @@ GEM
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
websocket-driver (0.7.6)
websocket-driver (0.7.7)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
Expand Down
Loading

0 comments on commit 46501ab

Please sign in to comment.