diff --git a/Gemfile b/Gemfile index 68e53281..d41f9bd3 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "activerecord", ENV.fetch("AR_VERSION", "~> 7.1.0") gem "ostruct" gem "minitest", "~> 5.25.0" gem "minitest-rg", "~> 5.3.0" -gem "pry", "~> 0.13.0" +gem "pry", "~> 0.15.0" gem "pry-byebug", "~> 3.9.0" # Add sqlite3 for testing for compatibility with other adapters. gem 'sqlite3', '~> 1.4'