Skip to content

Commit

Permalink
Update rubocop in gemfiles so CI is in sync with Code Climate
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Rice authored and Adam Rice committed Jul 27, 2016
1 parent 91aa88b commit c658799
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails_4.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ group :test do
gem "pundit"
gem "rack-cache", :require => "rack/cache"
gem "rspec-rails", ">= 2.14"
gem "rubocop", "~> 0.31.0"
gem "rubocop", "~> 0.41.2"
gem "simplecov", ">= 0.9", :require => false
gem "timecop", ">= 0.5"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ group :test do
gem "pundit"
gem "rack-cache", :require => "rack/cache"
gem "rspec-rails", ">= 2.14"
gem "rubocop", "~> 0.31.0"
gem "rubocop", "~> 0.41.2"
gem "simplecov", ">= 0.9", :require => false
gem "timecop", ">= 0.5"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ group :test do
gem "pundit"
gem "rack-cache", :require => "rack/cache"
gem "rspec-rails", ">= 2.14"
gem "rubocop", "~> 0.31.0"
gem "rubocop", "~> 0.41.2"
gem "simplecov", ">= 0.9", :require => false
gem "timecop", ">= 0.5"

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 @@ -47,7 +47,7 @@ group :test do
gem "pundit"
gem "rack-cache", :require => "rack/cache"
gem "rspec-rails", ">= 2.14"
gem "rubocop", "~> 0.31.0"
gem "rubocop", "~> 0.41.2"
gem "simplecov", ">= 0.9", :require => false
gem "timecop", ">= 0.5"

Expand Down

0 comments on commit c658799

Please sign in to comment.