Skip to content

Commit 0411b76

Browse files
Bump the rubocop group across 1 directory with 2 updates
Bumps the rubocop group with 2 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `rubocop` from 1.75.2 to 1.75.3 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.2...v1.75.3) Updates `rubocop-rspec` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rubocop - dependency-name: rubocop-rspec dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d7080b commit 0411b76

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem 'rubocop', '~> 1.75'
2020
gem 'rubocop-capybara', '~> 2.22'
2121
gem 'rubocop-rails', '~> 2.31'
2222
gem 'rubocop-rake', '~> 0.7'
23-
gem 'rubocop-rspec', '~> 3.5'
23+
gem 'rubocop-rspec', '~> 3.6'
2424

2525
# Gems for documenting the package
2626
gem 'yard', '~> 0.9'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ GEM
110110
irb (1.14.0)
111111
rdoc (>= 4.0.0)
112112
reline (>= 0.4.2)
113-
json (2.10.2)
113+
json (2.11.3)
114114
language_server-protocol (3.17.0.4)
115115
lint_roller (1.1.0)
116116
logger (1.7.0)
@@ -143,8 +143,8 @@ GEM
143143
nokogiri-diff (0.3.0)
144144
nokogiri (~> 1.5)
145145
tdiff (~> 0.4)
146-
parallel (1.26.3)
147-
parser (3.3.7.4)
146+
parallel (1.27.0)
147+
parser (3.3.8.0)
148148
ast (~> 2.4.1)
149149
racc
150150
prism (1.4.0)
@@ -209,7 +209,7 @@ GEM
209209
diff-lcs (>= 1.2.0, < 2.0)
210210
rspec-support (~> 3.13.0)
211211
rspec-support (3.13.1)
212-
rubocop (1.75.2)
212+
rubocop (1.75.5)
213213
json (~> 2.3)
214214
language_server-protocol (~> 3.17.0.2)
215215
lint_roller (~> 1.1.0)
@@ -220,7 +220,7 @@ GEM
220220
rubocop-ast (>= 1.44.0, < 2.0)
221221
ruby-progressbar (~> 1.7)
222222
unicode-display_width (>= 2.4.0, < 4.0)
223-
rubocop-ast (1.44.0)
223+
rubocop-ast (1.44.1)
224224
parser (>= 3.3.7.2)
225225
prism (~> 1.4)
226226
rubocop-capybara (2.22.1)
@@ -235,7 +235,7 @@ GEM
235235
rubocop-rake (0.7.1)
236236
lint_roller (~> 1.1)
237237
rubocop (>= 1.72.1)
238-
rubocop-rspec (3.5.0)
238+
rubocop-rspec (3.6.0)
239239
lint_roller (~> 1.1)
240240
rubocop (~> 1.72, >= 1.72.1)
241241
ruby-progressbar (1.13.0)
@@ -284,7 +284,7 @@ DEPENDENCIES
284284
rubocop-capybara (~> 2.22)
285285
rubocop-rails (~> 2.31)
286286
rubocop-rake (~> 0.7)
287-
rubocop-rspec (~> 3.5)
287+
rubocop-rspec (~> 3.6)
288288
simplecov (~> 0.21)
289289
yard (~> 0.9)
290290

0 commit comments

Comments
 (0)