1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Relax pg version to avoid autopkgtest regression.
Author: Utkarsh Gupta <utkarsh@debian.org>
Forwarded: not-needed
Last-Update: 2022-09-13
--- a/Gemfile
+++ b/Gemfile
@@ -73,7 +73,7 @@
when 'mysql2'
gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
when /postgresql/
- gem "pg", "~> 1.2.2", :platforms => [:mri, :mingw, :x64_mingw]
+ gem "pg", "~> 1.2", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlite3/
gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlserver/
|