Skip to content

Commit

Permalink
move pry from dev only to dev+test
Browse files Browse the repository at this point in the history
This allows use of binding.pry in tests.

Signed-off-by: Robb Kidd <[email protected]>
  • Loading branch information
robbkidd committed Jan 18, 2018
1 parent 761843c commit ef8d518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supermarket/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ group :development do
gem 'guard-rspec', require: false
gem 'guard-rubocop', require: false
gem 'license_finder'
gem 'pry-rails'
gem 'spring'
gem 'spring-commands-rspec'
end
Expand All @@ -91,6 +90,7 @@ group :development, :test do
gem 'byebug'
gem 'launchy'
gem 'mail_view'
gem 'pry-rails'
gem 'rspec-rails'
gem 'rubocop', '>= 0.23.0'

Expand Down

0 comments on commit ef8d518

Please sign in to comment.