Skip to content

Commit

Permalink
Move web-console gem to Development env only
Browse files Browse the repository at this point in the history
  • Loading branch information
leesheppard committed Aug 8, 2019
1 parent 7577b4d commit 51f600e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'meta_request'
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0'
end

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'
# Rspec
gem 'rspec-rails', '~> 3.8'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
Expand Down

0 comments on commit 51f600e

Please sign in to comment.