Skip to content

Commit

Permalink
changed net-ssh to follow the Pessimistic Version Constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Danish Khan committed Feb 12, 2011
1 parent 3388383 commit 4176f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "highline", '~>1.6.1'
gem "json_pure"
gem "escape", "~>0.0.4"
gem "engineyard-serverside-adapter", "=1.4.0" # This line maintained by rake; edits may be stomped on
gem 'net-ssh', ">=2.0.23"
gem 'net-ssh', "~>2.1.0"

group :test do
gem "rspec", '1.3.0', :require => "spec"
Expand Down

0 comments on commit 4176f6a

Please sign in to comment.