1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Guard Ruby 1.8.7 against Rubocop in short term

This commit is contained in:
Paul Thornthwaite 2014-05-22 19:59:04 -04:00
parent 609869c57d
commit f4e165c120

View file

@ -62,7 +62,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('fission')
s.add_development_dependency('pry')
s.add_development_dependency('google-api-client', '~> 0.6', '>= 0.6.2')
s.add_development_dependency('rubocop')
s.add_development_dependency('rubocop') if RUBY_VERSION > "1.9"
if ENV["FOG_USE_LIBVIRT"]
s.add_development_dependency('ruby-libvirt','~> 0.5.0')