Skip to content

Commit 0435dd4

Browse files
Bump rubocop-rails from 2.7.0 to 2.7.1 (#1761)
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.7.0...v2.7.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 1f55b2a commit 0435dd4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ group :development, :test do
6161
gem 'rb-readline', '~> 0.5.3'
6262
gem "rspec-rails", "~> 4.0.1"
6363
gem "rubocop"
64-
gem "rubocop-rails", "~> 2.7.0"
64+
gem "rubocop-rails", "~> 2.7.1"
6565
gem "terminal-notifier-guard"
6666
gem "terminal-notifier"
6767
gem "faker"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ GEM
204204
guard-compat (~> 1.1)
205205
rspec (>= 2.99.0, < 4.0)
206206
hashdiff (1.0.1)
207-
i18n (1.8.4)
207+
i18n (1.8.5)
208208
concurrent-ruby (~> 1.0)
209209
image_processing (1.11.0)
210210
mini_magick (>= 4.9.5, < 5)
@@ -390,9 +390,9 @@ GEM
390390
rubocop-ast (>= 0.1.0, < 1.0)
391391
ruby-progressbar (~> 1.7)
392392
unicode-display_width (>= 1.4.0, < 2.0)
393-
rubocop-ast (0.1.0)
393+
rubocop-ast (0.2.0)
394394
parser (>= 2.7.0.1)
395-
rubocop-rails (2.7.0)
395+
rubocop-rails (2.7.1)
396396
activesupport (>= 4.2.0)
397397
rack (>= 1.1)
398398
rubocop (>= 0.87.0)
@@ -501,7 +501,7 @@ GEM
501501
xpath (3.2.0)
502502
nokogiri (~> 1.8)
503503
yajl-ruby (1.4.1)
504-
zeitwerk (2.3.1)
504+
zeitwerk (2.4.0)
505505

506506
PLATFORMS
507507
ruby
@@ -568,7 +568,7 @@ DEPENDENCIES
568568
rspec-rails (~> 4.0.1)
569569
rspec-sidekiq
570570
rubocop
571-
rubocop-rails (~> 2.7.0)
571+
rubocop-rails (~> 2.7.1)
572572
sass-rails
573573
sidekiq
574574
sidekiq-scheduler

0 commit comments

Comments
 (0)