Skip to content

Commit

Permalink
fixes #11980 - pin net-ssh to 2.x on Ruby 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cleal authored and dLobatog committed Sep 29, 2015
1 parent 585329f commit efd68ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundler.d/fog.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
group :fog do
gem 'fog', '1.34.0', :require => false
gem 'fog-core', '1.32.1'
gem 'net-ssh', '< 3' if RUBY_VERSION.start_with? '1.9.'
end

0 comments on commit efd68ba

Please sign in to comment.