tweaks Gemfile

This commit is contained in:
Juanjo Bazán
2015-12-23 18:37:19 +01:00
parent b6c179cb93
commit a4dec13b9c
2 changed files with 10 additions and 13 deletions

10
Gemfile
View File

@@ -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

View File

@@ -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