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:
parent
609869c57d
commit
f4e165c120
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue