Skip to content

Commit

Permalink
Lock rubocop version to the minor series
Browse files Browse the repository at this point in the history
Since `rubocop` is pre-1.0, breaking changes are often introduced with
each minor version release. By locking to a minor version series, we
can update to the latest on our own schedule and avoid unexpected build
failures in the meantime.
  • Loading branch information
craiglittle committed Feb 13, 2016
1 parent 61e7b5b commit 6ea4d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ group :test do
gem "cucumber", "~> 2.0"
gem "phantomjs", "~> 1.9"
gem "poltergeist", "~> 1.1"
gem "rubocop", ">= 0.30"
gem "rubocop", "~> 0.36.0"
gem "test-unit", "~> 3.0"
end
end
Expand Down

0 comments on commit 6ea4d02

Please sign in to comment.