Skip to content

Commit

Permalink
Bump rubocop-rails from 2.17.3 to 2.17.4 (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 2, 2023
1 parent 91937e4 commit 9ae0f7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ group :development, :test do
gem 'byebug', platform: :mri
gem 'rubocop', '~> 1.39.0', require: false
gem 'rubocop-performance', '~> 1.15.2'
gem 'rubocop-rails', '~> 2.17.3'
gem 'rubocop-rails', '~> 2.17.4'
gem 'dotenv-rails'
end

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ GEM
pundit (2.3.0)
activesupport (>= 3.0.0)
racc (1.6.1)
rack (2.2.4)
rack (2.2.5)
rack-brotli (1.2.0)
brotli (>= 0.1.7)
rack (>= 1.4)
Expand Down Expand Up @@ -292,7 +292,7 @@ GEM
rubocop-performance (1.15.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.17.3)
rubocop-rails (2.17.4)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -399,7 +399,7 @@ DEPENDENCIES
resque (~> 2.4.0)
rubocop (~> 1.39.0)
rubocop-performance (~> 1.15.2)
rubocop-rails (~> 2.17.3)
rubocop-rails (~> 2.17.4)
sassc-rails (~> 2.1.2)
selenium-webdriver
sentry-rails (~> 5.7.0)
Expand Down

0 comments on commit 9ae0f7c

Please sign in to comment.