Skip to content

Commit

Permalink
Merge pull request #151 from diowa/dependabot/bundler/rubocop-0.88.0
Browse files Browse the repository at this point in the history
Bump rubocop from 0.87.1 to 0.88.0
  • Loading branch information
tagliala committed Jul 14, 2020
2 parents d2b6425 + e13a165 commit c08d3d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -35,7 +35,7 @@ group :development, :test do
gem 'pry-byebug', '~> 3.9'
gem 'pry-rails', '~> 0.3.9'
gem 'rspec-rails', '~> 4.0'
gem 'rubocop', '~> 0.87.1', require: false
gem 'rubocop', '~> 0.88.0', require: false
gem 'rubocop-performance', '~> 1.7', require: false
gem 'rubocop-rails', '~> 2.6', require: false
gem 'rubocop-rspec', '~> 1.42', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -197,7 +197,7 @@ GEM
rspec-mocks (~> 3.9)
rspec-support (~> 3.9)
rspec-support (3.9.3)
rubocop (0.87.1)
rubocop (0.88.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -307,7 +307,7 @@ DEPENDENCIES
rack-timeout (~> 0.6.0)
rails (= 6.0.3.2)
rspec-rails (~> 4.0)
rubocop (~> 0.87.1)
rubocop (~> 0.88.0)
rubocop-performance (~> 1.7)
rubocop-rails (~> 2.6)
rubocop-rspec (~> 1.42)
Expand Down

0 comments on commit c08d3d5

Please sign in to comment.