Project

General

Profile

Patch #32782 » Gemfile.patch

Pavel Rosický, 2020-01-10 15:55

View differences:

Gemfile (working copy)
53 53
      when 'mysql2'
54 54
        gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
55 55
      when /postgresql/
56
        gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw]
56
        gem "pg", "~> 1.2.2", :platforms => [:mri, :mingw, :x64_mingw]
57 57
      when /sqlite3/
58 58
        gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
59 59
      when /sqlserver/
    (1-1/1)