Skip to content

Commit

Permalink
Merge pull request #1167 from diowa/chore/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
tagliala authored Dec 15, 2024
2 parents e0b644e + bce8e77 commit 9320b42
Show file tree
Hide file tree
Showing 2 changed files with 1,252 additions and 1,136 deletions.
52 changes: 25 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
bigdecimal
rexml
crass (1.0.6)
date (3.3.4)
date (3.4.1)
diff-lcs (1.5.1)
docile (1.4.1)
email_spec (2.3.0)
Expand All @@ -86,17 +86,17 @@ GEM
ffi (1.17.0)
globalid (1.1.0)
activesupport (>= 5.0)
hashdiff (1.1.1)
hashdiff (1.1.2)
htmlentities (4.3.4)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.2)
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.22.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -108,9 +108,9 @@ GEM
matrix (0.4.2)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
msgpack (1.7.2)
mini_portile2 (2.8.8)
minitest (5.25.4)
msgpack (1.7.5)
net-imap (0.3.7)
date
net-protocol
Expand All @@ -120,13 +120,13 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
newrelic_rpm (9.12.0)
nio4r (2.7.3)
newrelic_rpm (9.16.1)
nio4r (2.7.4)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.4.2)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pg (1.4.6)
Expand All @@ -139,10 +139,10 @@ GEM
pry-rails (0.3.11)
pry (>= 0.13.0)
public_suffix (5.1.1)
puma (6.4.2)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.9)
rack (2.2.10)
rack-proxy (0.7.7)
rack
rack-test (2.1.0)
Expand Down Expand Up @@ -178,15 +178,14 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.9.2)
rexml (3.3.5)
strscan
rspec-core (3.13.0)
regexp_parser (2.9.3)
rexml (3.4.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (5.1.2)
Expand All @@ -197,7 +196,7 @@ GEM
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.13.1)
rspec-support (3.13.2)
rubocop (1.50.2)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -228,12 +227,12 @@ GEM
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
semantic_range (3.1.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
slim (5.2.1)
Expand All @@ -259,21 +258,20 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
strscan (3.1.0)
temple (0.10.3)
thor (1.3.1)
thor (1.3.2)
thread_safe (0.3.6)
tilt (2.4.0)
timeout (0.4.1)
timeout (0.4.2)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
web-console (3.7.0)
actionview (>= 5.0)
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webmock (3.23.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down
Loading

0 comments on commit 9320b42

Please sign in to comment.