mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Limit rubocop
to 0.57.1
Ruby 2.0 support (and soon after 2.1 support) was dropped in v0.57.2 so testing with "edge" gems fails to resolve dependencies.
This commit is contained in:
parent
f173e85bcb
commit
05450fea14
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ group :development, :test do
|
|||
gem "netrc", :require => false
|
||||
gem "octokit", :require => false
|
||||
gem "term-ansicolor", "1.3.2"
|
||||
gem "rubocop", "< 0.57.2"
|
||||
end
|
||||
|
||||
gemspec :path => "../"
|
||||
|
|
Loading…
Reference in a new issue