Allow the use of pry when debugging specs

This commit is contained in:
wvengen 2019-01-25 12:27:21 +01:00
parent fdbdbb25cf
commit 24b33ea94b
1 changed files with 4 additions and 4 deletions

View File

@ -72,10 +72,6 @@ group :development do
gem 'mailcatcher'
gem 'web-console', '~> 2.0'
# allow to use `debugger` https://github.com/conradirwin/pry-rescue
gem 'pry-rescue'
gem 'pry-stack_explorer'
# Better error output
gem 'better_errors'
gem 'binding_of_caller'
@ -92,6 +88,10 @@ end
group :development, :test do
gem 'ruby-prof', require: false
# allow to use `debugger` https://github.com/conradirwin/pry-rescue
gem 'pry-rescue'
gem 'pry-stack_explorer'
end
group :test do