Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Aug 9, 2023
1 parent d991a2c commit b4c1009
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.1.1)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
Expand Down Expand Up @@ -102,7 +103,7 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
multipart-post (2.3.0)
Expand Down Expand Up @@ -188,7 +189,8 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.55.1)
rubocop (1.56.0)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
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 @@ -89,7 +89,7 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
multipart-post (2.3.0)
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 @@ -93,7 +93,7 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
multipart-post (2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-7.0/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
multipart-post (2.3.0)
Expand Down
12 changes: 10 additions & 2 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: 129fe98f4cc74be53c7d194ff2faf06d9b382c41
revision: 4e01a7e8753c30e22264e185082524a9ea5e0c90
branch: main
specs:
actioncable (7.1.0.alpha)
Expand Down Expand Up @@ -67,10 +67,13 @@ GIT
activesupport (= 7.1.0.alpha)
marcel (~> 1.0)
activesupport (7.1.0.alpha)
base64
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
rails (7.1.0.alpha)
actioncable (= 7.1.0.alpha)
Expand Down Expand Up @@ -105,6 +108,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
base64 (0.1.1)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
Expand All @@ -117,6 +121,8 @@ GEM
crass (1.0.6)
date (3.3.3)
diff-lcs (1.5.0)
drb (2.1.1)
ruby2_keywords
erubi (1.12.0)
globalid (1.1.0)
activesupport (>= 5.0)
Expand All @@ -135,9 +141,10 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
minitest (5.19.0)
multipart-post (2.3.0)
mutex_m (0.1.2)
net-imap (0.3.7)
date
net-protocol
Expand Down Expand Up @@ -196,6 +203,7 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
ruby2_keywords (0.0.5)
thor (1.2.2)
timeout (0.4.0)
tzinfo (2.0.6)
Expand Down

0 comments on commit b4c1009

Please sign in to comment.