diff --git a/Gemfile b/Gemfile index 0d6a9984..3c7d6664 100644 --- a/Gemfile +++ b/Gemfile @@ -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"