From a4dec13b9ca824c925d8232ee37237dddb1b7d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Wed, 23 Dec 2015 18:37:19 +0100 Subject: [PATCH] tweaks Gemfile --- Gemfile | 10 +++++----- Gemfile.lock | 13 +++++-------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 951c5addc..9f03d3da7 100644 --- a/Gemfile +++ b/Gemfile @@ -60,8 +60,6 @@ gem 'redcarpet' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug' - # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-commands-rspec' @@ -86,8 +84,10 @@ group :test do gem 'database_cleaner' gem 'poltergeist' gem 'coveralls', require: false -end - -group :test do gem 'email_spec' end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> in views + gem 'web-console', '~> 3.0' +end diff --git a/Gemfile.lock b/Gemfile.lock index a846df232..f0f5a9dbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,8 +67,6 @@ GEM arel (6.0.3) ast (2.2.0) bcrypt (3.1.10) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) browser (1.0.1) builder (3.2.2) bullet (4.14.10) @@ -424,11 +422,10 @@ GEM wasabi (3.5.0) httpi (~> 2.0) nokogiri (>= 1.4.2) - web-console (2.2.1) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) + web-console (3.0.0) + activemodel (>= 4.2) + debug_inspector + railties (>= 4.2) websocket-driver (0.6.3) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.2) @@ -503,7 +500,7 @@ DEPENDENCIES turnout uglifier (>= 1.3.0) unicorn (~> 5.0.1) - web-console (~> 2.0) + web-console (~> 3.0) whenever BUNDLED WITH