Skip to content

Commit 2e70205

Browse files
committed
Prefer debug/irb gems for debugging
Signed-off-by: Grant Hutchins <git@nertzy.com>
1 parent d179680 commit 2e70205

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ end
1414

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

17-
gem "pry"
17+
gem "debug"
18+
gem "irb"
1819
gem "rake"
1920
gem "rspec"
2021
gem "simplecov"

0 commit comments

Comments
 (0)