Skip to content

Commit

Permalink
Prefer debug/irb gems for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Hutchins <[email protected]>
  • Loading branch information
nertzy committed Dec 28, 2023
1 parent d179680 commit 2e70205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ end

gem "activerecord", ENV.fetch("ACTIVE_RECORD_VERSION", nil) if ENV["ACTIVE_RECORD_VERSION"] # standard:disable Bundler/DuplicatedGem

gem "pry"
gem "debug"
gem "irb"
gem "rake"
gem "rspec"
gem "simplecov"
Expand Down

0 comments on commit 2e70205

Please sign in to comment.