From 1313fdda9bb8476d6c87c829c446877c3e4bd8ab Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Tue, 26 May 2015 17:22:51 +0200 Subject: [PATCH] Gemfile refactor --- Gemfile | 8 ++++---- Gemfile.lock | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 3989f70a..7efb48d8 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,6 @@ group :assets do gem 'js-routes' gem "font-awesome-rails" #gem 'capistrano-local-precompile', require: false - gem "airbrussh", require: false # See https://github.com/sstephenson/execjs#readme for more supported runtimes #gem 'therubyracer', platforms: :ruby @@ -106,11 +105,12 @@ group :development do gem 'letter_opener' # gem 'thin' gem 'faye' - gem 'capistrano', '~> 3.0', require: false + gem 'capistrano', require: false gem 'capistrano-bundler', require: false - gem 'capistrano-rvm', '~> 0.1', require: false - gem 'capistrano-rails', '~> 1.1', require: false + gem 'capistrano-rvm', require: false + gem 'capistrano-rails', require: false gem 'capistrano3-puma', require: false + gem "airbrussh", require: false gem 'spring' gem 'spring-commands-rspec' gem 'web-console', '~> 2.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6479d2ab..b8e2aff5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -482,10 +482,10 @@ DEPENDENCIES airbrussh bourbon cancancan - capistrano (~> 3.0) + capistrano capistrano-bundler - capistrano-rails (~> 1.1) - capistrano-rvm (~> 0.1) + capistrano-rails + capistrano-rvm capistrano3-puma capybara-screenshot cmtool!