Drop version constraints for pg and pry entirely, so their versions can be fully managed by Dependabot

Co-authored-by: Maikel <maikel@email.org.au>
This commit is contained in:
David Rodríguez
2025-10-31 09:15:48 +01:00
parent e71a2603bd
commit 0c392d5302
2 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ gem 'web', path: './engines/web'
gem "activerecord-postgresql-adapter"
gem "arel-helpers", "~> 2.12"
gem "pg", "~> 1.2"
gem "pg"
gem 'acts_as_list', '1.0.4'
gem 'cancancan', '~> 1.15.0'
@@ -189,7 +189,7 @@ group :development do
gem 'foreman'
gem 'i18n-tasks'
gem 'listen'
gem 'pry', '~> 0.13'
gem 'pry'
gem 'query_count'
gem 'rails-erd'
gem 'rubocop'

View File

@@ -1023,9 +1023,9 @@ DEPENDENCIES
paranoia (~> 2.4)
paypal-sdk-merchant (= 1.117.2)
pdf-reader
pg (~> 1.2)
pg
private_address_check
pry (~> 0.13)
pry
puffing-billy
puma
query_count