Skip to content

Commit

Permalink
Update dependencies (#928)
Browse files Browse the repository at this point in the history
```
bin/bundle update --bundler
bin/bundle update
```
  • Loading branch information
tagliala authored Jul 27, 2024
1 parent fe00f74 commit 86fe860
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
docile (1.4.0)
docile (1.4.1)
drb (2.2.1)
erubi (1.13.0)
globalid (1.2.1)
Expand Down Expand Up @@ -126,7 +126,7 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
mocha (2.4.4)
mocha (2.4.5)
ruby2_keywords (>= 0.0.5)
mutex_m (0.2.0)
net-imap (0.4.14)
Expand All @@ -151,7 +151,7 @@ GEM
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
Expand Down Expand Up @@ -210,23 +210,23 @@ GEM
railties (>= 5.2)
rexml (3.3.2)
strscan
rubocop (1.64.1)
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.21.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -276,4 +276,4 @@ DEPENDENCIES
warning

BUNDLED WITH
2.5.15
2.5.16
6 changes: 3 additions & 3 deletions gemfiles/rails_61/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
concurrent-ruby (1.3.3)
crass (1.0.6)
date (3.3.4)
docile (1.4.0)
docile (1.4.1)
erubi (1.13.0)
globalid (1.2.1)
activesupport (>= 6.1)
Expand All @@ -101,7 +101,7 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
mocha (2.4.4)
mocha (2.4.5)
ruby2_keywords (>= 0.0.5)
net-imap (0.4.14)
date
Expand Down Expand Up @@ -214,4 +214,4 @@ DEPENDENCIES
warning

BUNDLED WITH
2.5.15
2.5.16
6 changes: 3 additions & 3 deletions gemfiles/rails_70/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
concurrent-ruby (1.3.3)
crass (1.0.6)
date (3.3.4)
docile (1.4.0)
docile (1.4.1)
erubi (1.13.0)
globalid (1.2.1)
activesupport (>= 6.1)
Expand All @@ -107,7 +107,7 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
mocha (2.4.4)
mocha (2.4.5)
ruby2_keywords (>= 0.0.5)
net-imap (0.4.14)
date
Expand Down Expand Up @@ -213,4 +213,4 @@ DEPENDENCIES
warning

BUNDLED WITH
2.5.15
2.5.16

0 comments on commit 86fe860

Please sign in to comment.