Skip to content

Commit

Permalink
chore: move up pry on the Gemgfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yhru committed Oct 15, 2024
1 parent 9263d18 commit d2ef4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ group :test do
gem 'capybara-screenshot' # Save a dump of the page when an integration test fails
gem 'factory_bot'
gem 'launchy'
gem 'pry'
gem 'rack_session_access'
gem 'rails-controller-testing'
gem 'rspec_junit_formatter'
Expand All @@ -137,7 +138,6 @@ group :test do
gem 'simplecov-cobertura', require: false
gem 'timecop'
gem 'vcr'
gem 'pry'
gem 'webmock'
end

Expand Down

0 comments on commit d2ef4ba

Please sign in to comment.