Skip to content

Commit 7e24ece

Browse files
Bump rubocop-rspec from 1.22.2 to 1.23.0
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.22.2 to 1.23.0. - [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v1.22.2...v1.23.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f78c0f2 commit 7e24ece

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ group :development, :test do
7676
# cookie serializer and allowed a chance for cookies to be stored as JSON.
7777
gem 'brakeman', '4.5.1', require: false
7878
gem 'rubocop', '0.52.1', require: false
79-
gem 'rubocop-rspec', '1.22.2', require: false
79+
gem 'rubocop-rspec', '1.23.0', require: false
8080
end
8181

8282
group :test do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ GEM
403403
rainbow (>= 2.2.2, < 4.0)
404404
ruby-progressbar (~> 1.7)
405405
unicode-display_width (~> 1.0, >= 1.0.1)
406-
rubocop-rspec (1.22.2)
406+
rubocop-rspec (1.23.0)
407407
rubocop (>= 0.52.1)
408408
ruby-progressbar (1.11.0)
409409
ruby2_keywords (0.0.4)
@@ -534,7 +534,7 @@ DEPENDENCIES
534534
rspec-its
535535
rspec-rails
536536
rubocop (= 0.52.1)
537-
rubocop-rspec (= 1.22.2)
537+
rubocop-rspec (= 1.23.0)
538538
rufus-scheduler (= 3.4.2)
539539
sass-rails (~> 5.0.0)
540540
sentry-raven (~> 2.0)

0 commit comments

Comments
 (0)