Skip to content

Commit 94dfb82

Browse files
Bump the ruby-dependencies group with 3 updates
Bumps the ruby-dependencies group with 3 updates: [rake](https://github.com/ruby/rake), [rubocop](https://github.com/rubocop/rubocop) and [rubocop-minitest](https://github.com/rubocop/rubocop-minitest). Updates `rake` from 13.2.1 to 13.3.0 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.2.1...v13.3.0) Updates `rubocop` from 1.73.2 to 1.78.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.73.2...v1.78.0) Updates `rubocop-minitest` from 0.37.1 to 0.38.1 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-minitest@v0.37.1...v0.38.1) --- updated-dependencies: - dependency-name: rake dependency-version: 13.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop dependency-version: 1.78.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop-minitest dependency-version: 0.38.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d34e78f commit 94dfb82

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ group :development do
1010
gem "minitest-fail-fast", "~> 0.1"
1111
gem "minitest-macos-notification", "~> 2.0"
1212
gem "minitest-reporters", "~> 1.7"
13-
gem "rake", "~> 13.2"
14-
gem "rubocop", "~> 1.73"
15-
gem "rubocop-minitest", "~> 0.37"
13+
gem "rake", "~> 13.3"
14+
gem "rubocop", "~> 1.79"
15+
gem "rubocop-minitest", "~> 0.38"
1616
gem "rubocop-rake", "~> 0.7"
1717
end

Gemfile.lock

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ GEM
77
remote: https://rubygems.org/
88
specs:
99
ansi (1.5.0)
10-
ast (2.4.2)
10+
ast (2.4.3)
1111
builder (3.3.0)
1212
byebug (11.1.3)
13-
json (2.10.2)
14-
language_server-protocol (3.17.0.4)
13+
json (2.13.2)
14+
language_server-protocol (3.17.0.5)
1515
lint_roller (1.1.0)
1616
minitest (5.25.5)
1717
minitest-fail-fast (0.1.0)
@@ -27,37 +27,39 @@ GEM
2727
minitest (>= 5.0)
2828
ruby-progressbar
2929
os (1.1.4)
30-
parallel (1.26.3)
31-
parser (3.3.7.1)
30+
parallel (1.27.0)
31+
parser (3.3.9.0)
3232
ast (~> 2.4.1)
3333
racc
34+
prism (1.4.0)
3435
racc (1.8.1)
3536
rainbow (3.1.1)
36-
rake (13.2.1)
37-
regexp_parser (2.10.0)
38-
rubocop (1.73.2)
37+
rake (13.3.0)
38+
regexp_parser (2.11.2)
39+
rubocop (1.79.2)
3940
json (~> 2.3)
4041
language_server-protocol (~> 3.17.0.2)
4142
lint_roller (~> 1.1.0)
4243
parallel (~> 1.10)
4344
parser (>= 3.3.0.2)
4445
rainbow (>= 2.2.2, < 4.0)
4546
regexp_parser (>= 2.9.3, < 3.0)
46-
rubocop-ast (>= 1.38.0, < 2.0)
47+
rubocop-ast (>= 1.46.0, < 2.0)
4748
ruby-progressbar (~> 1.7)
4849
unicode-display_width (>= 2.4.0, < 4.0)
49-
rubocop-ast (1.38.1)
50-
parser (>= 3.3.1.0)
51-
rubocop-minitest (0.37.1)
50+
rubocop-ast (1.46.0)
51+
parser (>= 3.3.7.2)
52+
prism (~> 1.4)
53+
rubocop-minitest (0.38.1)
5254
lint_roller (~> 1.1)
53-
rubocop (>= 1.72.1, < 2.0)
55+
rubocop (>= 1.75.0, < 2.0)
5456
rubocop-ast (>= 1.38.0, < 2.0)
5557
rubocop-rake (0.7.1)
5658
lint_roller (~> 1.1)
5759
rubocop (>= 1.72.1)
5860
ruby-progressbar (1.13.0)
5961
terminal-notifier (2.0.0)
60-
unicode-display_width (3.1.4)
62+
unicode-display_width (3.1.5)
6163
unicode-emoji (~> 4.0, >= 4.0.4)
6264
unicode-emoji (4.0.4)
6365

@@ -71,9 +73,9 @@ DEPENDENCIES
7173
minitest-macos-notification (~> 2.0)
7274
minitest-reporters (~> 1.7)
7375
plissken!
74-
rake (~> 13.2)
75-
rubocop (~> 1.73)
76-
rubocop-minitest (~> 0.37)
76+
rake (~> 13.3)
77+
rubocop (~> 1.79)
78+
rubocop-minitest (~> 0.38)
7779
rubocop-rake (~> 0.7)
7880

7981
BUNDLED WITH

0 commit comments

Comments
 (0)