Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed May 21, 2024
1 parent 93f7739 commit 29806c9
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ GEM
pry (>= 0.13, < 0.15)
psych (5.1.2)
stringio
racc (1.7.3)
racc (1.8.0)
rack (3.0.11)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-6.0/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.3)
racc (1.8.0)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-6.1/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.3)
racc (1.8.0)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down
108 changes: 54 additions & 54 deletions gemfiles/rails-7.0/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,67 +8,67 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actioncable (7.0.8.2)
actionpack (= 7.0.8.2)
activesupport (= 7.0.8.2)
actioncable (7.0.8.3)
actionpack (= 7.0.8.3)
activesupport (= 7.0.8.3)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.8.2)
actionpack (= 7.0.8.2)
activejob (= 7.0.8.2)
activerecord (= 7.0.8.2)
activestorage (= 7.0.8.2)
activesupport (= 7.0.8.2)
actionmailbox (7.0.8.3)
actionpack (= 7.0.8.3)
activejob (= 7.0.8.3)
activerecord (= 7.0.8.3)
activestorage (= 7.0.8.3)
activesupport (= 7.0.8.3)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.8.2)
actionpack (= 7.0.8.2)
actionview (= 7.0.8.2)
activejob (= 7.0.8.2)
activesupport (= 7.0.8.2)
actionmailer (7.0.8.3)
actionpack (= 7.0.8.3)
actionview (= 7.0.8.3)
activejob (= 7.0.8.3)
activesupport (= 7.0.8.3)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.8.2)
actionview (= 7.0.8.2)
activesupport (= 7.0.8.2)
actionpack (7.0.8.3)
actionview (= 7.0.8.3)
activesupport (= 7.0.8.3)
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.8.2)
actionpack (= 7.0.8.2)
activerecord (= 7.0.8.2)
activestorage (= 7.0.8.2)
activesupport (= 7.0.8.2)
actiontext (7.0.8.3)
actionpack (= 7.0.8.3)
activerecord (= 7.0.8.3)
activestorage (= 7.0.8.3)
activesupport (= 7.0.8.3)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.8.2)
activesupport (= 7.0.8.2)
actionview (7.0.8.3)
activesupport (= 7.0.8.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.8.2)
activesupport (= 7.0.8.2)
activejob (7.0.8.3)
activesupport (= 7.0.8.3)
globalid (>= 0.3.6)
activemodel (7.0.8.2)
activesupport (= 7.0.8.2)
activerecord (7.0.8.2)
activemodel (= 7.0.8.2)
activesupport (= 7.0.8.2)
activestorage (7.0.8.2)
actionpack (= 7.0.8.2)
activejob (= 7.0.8.2)
activerecord (= 7.0.8.2)
activesupport (= 7.0.8.2)
activemodel (7.0.8.3)
activesupport (= 7.0.8.3)
activerecord (7.0.8.3)
activemodel (= 7.0.8.3)
activesupport (= 7.0.8.3)
activestorage (7.0.8.3)
actionpack (= 7.0.8.3)
activejob (= 7.0.8.3)
activerecord (= 7.0.8.3)
activesupport (= 7.0.8.3)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.8.2)
activesupport (7.0.8.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -124,34 +124,34 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.3)
racc (1.8.0)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.8.2)
actioncable (= 7.0.8.2)
actionmailbox (= 7.0.8.2)
actionmailer (= 7.0.8.2)
actionpack (= 7.0.8.2)
actiontext (= 7.0.8.2)
actionview (= 7.0.8.2)
activejob (= 7.0.8.2)
activemodel (= 7.0.8.2)
activerecord (= 7.0.8.2)
activestorage (= 7.0.8.2)
activesupport (= 7.0.8.2)
rails (7.0.8.3)
actioncable (= 7.0.8.3)
actionmailbox (= 7.0.8.3)
actionmailer (= 7.0.8.3)
actionpack (= 7.0.8.3)
actiontext (= 7.0.8.3)
actionview (= 7.0.8.3)
activejob (= 7.0.8.3)
activemodel (= 7.0.8.3)
activerecord (= 7.0.8.3)
activestorage (= 7.0.8.3)
activesupport (= 7.0.8.3)
bundler (>= 1.15.0)
railties (= 7.0.8.2)
railties (= 7.0.8.3)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.8.2)
actionpack (= 7.0.8.2)
activesupport (= 7.0.8.2)
railties (7.0.8.3)
actionpack (= 7.0.8.3)
activesupport (= 7.0.8.3)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-7.1/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ GEM
pry (>= 0.13, < 0.15)
psych (5.1.2)
stringio
racc (1.7.3)
racc (1.8.0)
rack (3.0.11)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails-7.2-stable/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: fb4300ce193c338e00c8fe3a8372dc594f6c5de8
revision: cb977226eae571f5d794058b77bd4ef009f6a6f2
branch: 7-2-stable
specs:
actioncable (7.2.0.alpha)
Expand Down Expand Up @@ -69,7 +69,7 @@ GIT
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1, < 5.22.0)
minitest (>= 5.1)
tzinfo (~> 2.0, >= 2.0.5)
rails (7.2.0.alpha)
actioncable (= 7.2.0.alpha)
Expand Down Expand Up @@ -139,7 +139,7 @@ GEM
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.21.2)
minitest (5.23.0)
multipart-post (2.4.1)
net-imap (0.4.11)
date
Expand Down Expand Up @@ -171,7 +171,7 @@ GEM
pry (>= 0.13, < 0.15)
psych (5.1.2)
stringio
racc (1.7.3)
racc (1.8.0)
rack (3.0.11)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails-main/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: 161d98dec2706521cb5d1f58acd87c3c1f391c8a
revision: 692f25a9254c58c64b138770e6b604e73de38620
branch: main
specs:
actioncable (8.0.0.alpha)
Expand Down Expand Up @@ -69,7 +69,7 @@ GIT
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1, < 5.22.0)
minitest (>= 5.1)
tzinfo (~> 2.0, >= 2.0.5)
rails (8.0.0.alpha)
actioncable (= 8.0.0.alpha)
Expand Down Expand Up @@ -139,7 +139,7 @@ GEM
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.21.2)
minitest (5.23.0)
multipart-post (2.4.1)
net-imap (0.4.11)
date
Expand All @@ -161,7 +161,7 @@ GEM
pry (>= 0.13, < 0.15)
psych (5.1.2)
stringio
racc (1.7.3)
racc (1.8.0)
rack (3.0.11)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down

0 comments on commit 29806c9

Please # to comment.