mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-04 07:09:14 +00:00
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:
4
Gemfile
4
Gemfile
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user