Skip to content

Commit e029bd8

Browse files
authored
Merge pull request #122 from github/dependabot/bundler/ruby-dependencies-68bd8e05cf
Bump the ruby-dependencies group with 2 updates
2 parents 4759374 + e2c9386 commit e029bd8

12 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group :development do
1010
gem "rubocop", "~> 1.75"
1111
gem "rubocop-github", "~> 0.23"
1212
gem "rubocop-performance", "~> 1.25"
13-
gem "rubocop-rspec", "~> 3.5"
13+
gem "rubocop-rspec", "~> 3.6"
1414
gem "simplecov", "~> 0.22"
1515
gem "simplecov-erb", "~> 1.0"
1616
end

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ GEM
3737
logger (1.7.0)
3838
minitest (5.25.5)
3939
mutex_m (0.3.0)
40-
parallel (1.26.3)
41-
parser (3.3.7.4)
40+
parallel (1.27.0)
41+
parser (3.3.8.0)
4242
ast (~> 2.4.1)
4343
racc
4444
pp (0.6.2)
@@ -69,7 +69,7 @@ GEM
6969
diff-lcs (>= 1.2.0, < 2.0)
7070
rspec-support (~> 3.13.0)
7171
rspec-support (3.13.2)
72-
rubocop (1.75.2)
72+
rubocop (1.75.3)
7373
json (~> 2.3)
7474
language_server-protocol (~> 3.17.0.2)
7575
lint_roller (~> 1.1.0)
@@ -80,7 +80,7 @@ GEM
8080
rubocop-ast (>= 1.44.0, < 2.0)
8181
ruby-progressbar (~> 1.7)
8282
unicode-display_width (>= 2.4.0, < 4.0)
83-
rubocop-ast (1.44.0)
83+
rubocop-ast (1.44.1)
8484
parser (>= 3.3.7.2)
8585
prism (~> 1.4)
8686
rubocop-github (0.23.0)
@@ -97,7 +97,7 @@ GEM
9797
rack (>= 1.1)
9898
rubocop (>= 1.72.1, < 2.0)
9999
rubocop-ast (>= 1.38.0, < 2.0)
100-
rubocop-rspec (3.5.0)
100+
rubocop-rspec (3.6.0)
101101
lint_roller (~> 1.1)
102102
rubocop (~> 1.72, >= 1.72.1)
103103
ruby-progressbar (1.13.0)
@@ -131,7 +131,7 @@ DEPENDENCIES
131131
rubocop (~> 1.75)
132132
rubocop-github (~> 0.23)
133133
rubocop-performance (~> 1.25)
134-
rubocop-rspec (~> 3.5)
134+
rubocop-rspec (~> 3.6)
135135
simplecov (~> 0.22)
136136
simplecov-erb (~> 1.0)
137137

vendor/cache/parallel-1.26.3.gem

-11 KB
Binary file not shown.

vendor/cache/parallel-1.27.0.gem

10.5 KB
Binary file not shown.

vendor/cache/parser-3.3.7.4.gem

-891 KB
Binary file not shown.

vendor/cache/parser-3.3.8.0.gem

891 KB
Binary file not shown.

vendor/cache/rubocop-1.75.2.gem

-685 KB
Binary file not shown.

vendor/cache/rubocop-1.75.3.gem

685 KB
Binary file not shown.

vendor/cache/rubocop-ast-1.44.0.gem

-60 KB
Binary file not shown.

vendor/cache/rubocop-ast-1.44.1.gem

60 KB
Binary file not shown.

0 commit comments

Comments
 (0)