Project

General

Profile

Patch #30420 » Gemfile.patch

Pavel Rosický, 2019-01-14 02:14

View differences:

Gemfile (working copy)
56 56
      when 'mysql2'
57 57
        gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
58 58
      when /postgresql/
59
        gem "pg", "~> 1.0.0", :platforms => [:mri, :mingw, :x64_mingw]
59
        gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw]
60 60
      when /sqlite3/
61 61
        gem "sqlite3", "~>1.3.12", :platforms => [:mri, :mingw, :x64_mingw]
62 62
      when /sqlserver/
    (1-1/1)