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