1
0
Fork 0
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:
Paul Thornthwaite 2018-06-21 17:45:57 +01:00
parent f173e85bcb
commit 05450fea14
No known key found for this signature in database
GPG key ID: 30DD669AB20732D2

View file

@ -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 => "../"