Skip to content

Commit

Permalink
update to use rubocop 0.68.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eitoball committed Oct 3, 2019
1 parent be8a0f0 commit e939ddf
Show file tree
Hide file tree
Showing 5 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 @@ -33,7 +33,7 @@ group :test do
gem 'rack-cache', require: 'rack/cache'
gem 'rspec-rails', '>= 2.14'
gem 'rspec-expectations', '!= 3.8.3'
gem 'rubocop', '~> 0.41.2'
gem 'rubocop', '~> 0.68.1'
gem 'simplecov', '>= 0.9', require: false
gem 'shrine', '~> 2.0'
gem 'shrine-memory'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ group :test do
gem "rack-cache", require: "rack/cache"
gem "rspec-rails", ">= 2.14"
gem "rspec-expectations", "!= 3.8.3"
gem "rubocop", "~> 0.41.2"
gem "rubocop", "~> 0.68.1"
gem "simplecov", ">= 0.9", require: false
gem "shrine", "~> 2.0"
gem "shrine-memory"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ group :test do
gem "rack-cache", require: "rack/cache"
gem "rspec-rails", ">= 2.14"
gem "rspec-expectations", "!= 3.8.3"
gem "rubocop", "~> 0.41.2"
gem "rubocop", "~> 0.68.1"
gem "simplecov", ">= 0.9", require: false
gem "shrine", "~> 2.0"
gem "shrine-memory"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ group :test do
gem "rack-cache", require: "rack/cache"
gem "rspec-rails", ">= 2.14"
gem "rspec-expectations", "!= 3.8.3"
gem "rubocop", "~> 0.41.2"
gem "rubocop", "~> 0.68.1"
gem "simplecov", ">= 0.9", require: false
gem "shrine", "~> 2.0"
gem "shrine-memory"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ group :test do
gem "rack-cache", require: "rack/cache"
gem "rspec-rails", ">= 4.0.0.beta2"
gem "rspec-expectations", "!= 3.8.3"
gem "rubocop", "~> 0.41.2"
gem "rubocop", "~> 0.68.1"
gem "simplecov", ">= 0.9", require: false
gem "shrine", "~> 2.0"
gem "shrine-memory"
Expand Down

0 comments on commit e939ddf

Please sign in to comment.