From 6e9dd9456c30ac89fd9f5a5304f056ae3f9b6110 Mon Sep 17 00:00:00 2001 From: yqbk Date: Wed, 25 May 2016 16:43:39 +0200 Subject: [PATCH] initial commit --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bf089d6c..1db6e2b4 100644 --- a/Gemfile +++ b/Gemfile @@ -49,12 +49,12 @@ group :development do gem 'capistrano-upload-config' gem 'rubocop', require: false gem 'rubocop-rspec' + gem 'web-console', '~> 2.0', platform: :ruby end group :development, :test do gem 'byebug', platform: :ruby gem 'spring' - gem 'web-console', '~> 2.0', platform: :ruby end group :test do