Skip to content

Commit

Permalink
Merge pull request #45 from okuramasafumi/dependabot/bundler/rubocop-…
Browse files Browse the repository at this point in the history
…performance-1.9.1

Bump rubocop-performance from 1.9.0 to 1.9.1
  • Loading branch information
okuramasafumi committed Dec 4, 2020
2 parents 1f665a4 + 80798c7 commit 6b35aaa
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 @@ -10,6 +10,6 @@ gem 'oj', '~> 3.10', platform: :ruby, require: false # For backend
gem 'rake', '~> 13.0' # For test and automation
gem 'rubocop', '>= 0.79.0', require: false # For lint
gem 'rubocop-minitest', '~> 0.10.1', require: false # For lint
gem 'rubocop-performance', '~> 1.9.0', require: false # For lint
gem 'rubocop-performance', '~> 1.9.1', require: false # For lint
gem 'rubocop-sensible', '~> 0.3.0', require: false # For lint
gem 'yard', require: false
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -46,7 +46,7 @@ GEM
parser (>= 2.7.1.5)
rubocop-minitest (0.10.1)
rubocop (>= 0.87)
rubocop-performance (1.9.0)
rubocop-performance (1.9.1)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-sensible (0.3.0)
Expand Down Expand Up @@ -82,7 +82,7 @@ DEPENDENCIES
rake (~> 13.0)
rubocop (>= 0.79.0)
rubocop-minitest (~> 0.10.1)
rubocop-performance (~> 1.9.0)
rubocop-performance (~> 1.9.1)
rubocop-sensible (~> 0.3.0)
yard

Expand Down

0 comments on commit 6b35aaa

Please sign in to comment.