From 4c5284b40321393dfeb02a20e4cf3942df008b07 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 30 Jun 2015 12:43:39 -0700 Subject: get rid of warnings when running `rake build` --- lib/leap_cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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' -- cgit v1.2.3