Skip to content

Commit

Permalink
Bundle update all outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Nov 1, 2023
1 parent 515ee57 commit f7f5491
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ GEM
mini_portile2 (2.8.5)
minitest (5.20.0)
mutex_m (0.1.2)
net-imap (0.4.2)
net-imap (0.4.3)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -173,8 +173,8 @@ GEM
psych (5.1.1.1-java)
jar-dependencies (>= 0.1.7)
public_suffix (5.0.3)
racc (1.7.1)
racc (1.7.1-java)
racc (1.7.2)
racc (1.7.2-java)
rack (3.0.8)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.2)
Expand Down Expand Up @@ -241,8 +241,7 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.57.1)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -253,7 +252,7 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
Expand Down
12 changes: 6 additions & 6 deletions gemfiles/rails_61/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GEM
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
loofah (2.21.3)
loofah (2.21.4)
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.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
net-imap (0.4.0)
net-imap (0.4.3)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -134,8 +134,8 @@ GEM
method_source (~> 1.0)
spoon (~> 0.0)
public_suffix (5.0.3)
racc (1.7.1)
racc (1.7.1-java)
racc (1.7.2)
racc (1.7.2-java)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -210,7 +210,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
thor (1.2.2)
thor (1.3.0)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down
14 changes: 7 additions & 7 deletions gemfiles/rails_70/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
loofah (2.21.3)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -114,9 +114,9 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
net-imap (0.4.0)
net-imap (0.4.3)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -140,8 +140,8 @@ GEM
method_source (~> 1.0)
spoon (~> 0.0)
public_suffix (5.0.3)
racc (1.7.1)
racc (1.7.1-java)
racc (1.7.2)
racc (1.7.2-java)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -173,7 +173,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
rake (13.1.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
Expand Down Expand Up @@ -209,7 +209,7 @@ GEM
simplecov_json_formatter (0.1.4)
spoon (0.0.6)
ffi
thor (1.2.2)
thor (1.3.0)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down

0 comments on commit f7f5491

Please sign in to comment.