diff --git a/Gemfile b/Gemfile index 4161a35..a3fdfc7 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'aws-sdk-ec2', '~> 1' gem 'config' -gem 'highline', '~> 1.7' +gem 'highline', '~> 2.0' # lib/capistrano/tasks/console.rake uses pry gem 'pry' diff --git a/Gemfile.lock b/Gemfile.lock index dade08c..e7442e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM dry-logic (~> 0.4, >= 0.4.0) dry-types (~> 0.12.0) equalizer (0.0.11) - highline (1.7.10) + highline (2.0.3) i18n (0.9.1) concurrent-ruby (~> 1.0) ice_nine (0.11.2) @@ -164,7 +164,7 @@ DEPENDENCIES capistrano-bundler (> 1.1) capistrano-shell config - highline (~> 1.7) + highline (~> 2.0) pry pry-doc reek