Skip to content

Commit

Permalink
Merge fcecb8a into b846f5a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Dec 28, 2020
2 parents b846f5a + fcecb8a commit 2e75b38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ gem 'minitest', '~> 5.14' # For test
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-minitest', '~> 0.10.2', require: false # For lint
gem 'rubocop-performance', '~> 1.9.1', require: false # For lint
gem 'rubocop-rake', '>= 0.5.1', require: false # For lint
gem 'rubocop-sensible', '~> 0.3.0', require: false # For lint
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -31,7 +31,7 @@ GEM
ast (~> 2.4.1)
rainbow (3.0.0)
rake (13.0.3)
regexp_parser (2.0.1)
regexp_parser (2.0.3)
rexml (3.2.4)
rubocop (1.7.0)
parallel (~> 1.10)
Expand All @@ -44,8 +44,8 @@ GEM
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.3.0)
parser (>= 2.7.1.5)
rubocop-minitest (0.10.1)
rubocop (>= 0.87)
rubocop-minitest (0.10.2)
rubocop (>= 0.87, < 2.0)
rubocop-performance (1.9.1)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
Expand Down Expand Up @@ -82,7 +82,7 @@ DEPENDENCIES
oj (~> 3.10)
rake (~> 13.0)
rubocop (>= 0.79.0)
rubocop-minitest (~> 0.10.1)
rubocop-minitest (~> 0.10.2)
rubocop-performance (~> 1.9.1)
rubocop-rake (>= 0.5.1)
rubocop-sensible (~> 0.3.0)
Expand Down

0 comments on commit 2e75b38

Please sign in to comment.