Skip to content

Commit

Permalink
Merge 52a913d into 5aacf64
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Nov 16, 2020
2 parents 5aacf64 + 52a913d commit 9cc162e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
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.8.1', require: false # For lint
gem 'rubocop-performance', '~> 1.9.0', require: false # For lint
gem 'rubocop-sensible', '~> 0.3.0', require: false # For lint
gem 'yard', require: false
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GEM
json (2.3.1)
minitest (5.14.2)
oj (3.10.16)
parallel (1.19.2)
parallel (1.20.0)
parser (2.7.2.0)
ast (~> 2.4.1)
rainbow (3.0.0)
Expand All @@ -46,8 +46,8 @@ GEM
parser (>= 2.7.1.5)
rubocop-minitest (0.10.1)
rubocop (>= 0.87)
rubocop-performance (1.8.1)
rubocop (>= 0.87.0)
rubocop-performance (1.9.0)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-sensible (0.3.0)
rubocop (>= 0.60.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.8.1)
rubocop-performance (~> 1.9.0)
rubocop-sensible (~> 0.3.0)
yard

Expand Down

0 comments on commit 9cc162e

Please sign in to comment.