Skip to content

Commit 7029cb8

Browse files
Bump rubocop-rspec from 2.31.0 to 3.0.1 (duffn#261)
* Bump rubocop-rspec from 2.31.0 to 3.0.1 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.31.0 to 3.0.1. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v2.31.0...v3.0.1) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Remove invalid rubocop configuration --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: duffn <[email protected]>
1 parent a803207 commit 7029cb8

File tree

3 files changed

+7
-18
lines changed

3 files changed

+7
-18
lines changed

.rubocop.yml

-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ RSpec/ExampleLength:
2828
RSpec/MultipleExpectations:
2929
Enabled: false
3030

31-
RSpecRails/HaveHttpStatus:
32-
Enabled: false

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ group :development do
2828
gem 'guard-puma', '~> 0.8.1'
2929
gem 'rubocop', '~> 1.64'
3030
gem 'rubocop-rake', '~> 0.6.0'
31-
gem 'rubocop-rspec', '~> 2.31'
31+
gem 'rubocop-rspec', '~> 3.0'
3232
end
3333

3434
group :test do

Gemfile.lock

+6-15
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ GEM
170170
otr-activerecord (2.2.0)
171171
activerecord (>= 4.0, < 7.2)
172172
hashie-forbidden_attributes (~> 0.1)
173-
parallel (1.24.0)
173+
parallel (1.25.1)
174174
parser (3.3.2.0)
175175
ast (~> 2.4.1)
176176
racc
@@ -203,8 +203,8 @@ GEM
203203
ffi (~> 1.0)
204204
recursive-open-struct (1.1.3)
205205
regexp_parser (2.9.2)
206-
rexml (3.2.8)
207-
strscan (>= 3.0.9)
206+
rexml (3.3.0)
207+
strscan
208208
rspec (3.13.0)
209209
rspec-core (~> 3.13.0)
210210
rspec-expectations (~> 3.13.0)
@@ -231,19 +231,10 @@ GEM
231231
unicode-display_width (>= 2.4.0, < 3.0)
232232
rubocop-ast (1.31.3)
233233
parser (>= 3.3.1.0)
234-
rubocop-capybara (2.20.0)
235-
rubocop (~> 1.41)
236-
rubocop-factory_bot (2.25.1)
237-
rubocop (~> 1.41)
238234
rubocop-rake (0.6.0)
239235
rubocop (~> 1.0)
240-
rubocop-rspec (2.31.0)
241-
rubocop (~> 1.40)
242-
rubocop-capybara (~> 2.17)
243-
rubocop-factory_bot (~> 2.22)
244-
rubocop-rspec_rails (~> 2.28)
245-
rubocop-rspec_rails (2.28.3)
246-
rubocop (~> 1.40)
236+
rubocop-rspec (3.0.1)
237+
rubocop (~> 1.61)
247238
ruby-progressbar (1.13.0)
248239
ruby2_keywords (0.0.5)
249240
secure_headers (6.5.0)
@@ -304,7 +295,7 @@ DEPENDENCIES
304295
rspec (~> 3.13)
305296
rubocop (~> 1.64)
306297
rubocop-rake (~> 0.6.0)
307-
rubocop-rspec (~> 2.31)
298+
rubocop-rspec (~> 3.0)
308299
secure_headers (~> 6.5)
309300
sentry-ruby (~> 5.16)
310301
simplecov (~> 0.22.0)

0 commit comments

Comments
 (0)