diff options
author | elijah <elijah@riseup.net> | 2015-06-30 12:43:39 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-06-30 12:43:39 -0700 |
commit | 4c5284b40321393dfeb02a20e4cf3942df008b07 (patch) | |
tree | ee2dfb1b8d54bc6baee0dfe884239c8cbcda6309 /lib | |
parent | dcf713f640b86fb4d83c0ef756f2d6c4ae4b65d7 (diff) |
get rid of warnings when running `rake build`
Diffstat (limited to 'lib')
-rw-r--r-- | lib/leap_cli.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli.rb b/lib/leap_cli.rb index b136b7a..0d95f5b 100644 --- a/lib/leap_cli.rb +++ b/lib/leap_cli.rb @@ -11,7 +11,7 @@ $:.unshift(File.expand_path('../leap_cli/override',__FILE__)) # for a few gems, things will break if using earlier versions. # enforce the compatible versions here: require 'rubygems' -gem 'net-ssh', '~> 2.7.0' +gem 'net-ssh', '~> 2.7' gem 'gli', '~> 2.12', '>= 2.12.0' require 'leap/platform' |