Project

General

Profile

Defect #25829 » Gemfile.patch

Pavel Rosický, 2017-05-12 23:57

View differences:

Gemfile (working copy)
61 61
    adapters.each do |adapter|
62 62
      case adapter
63 63
      when 'mysql2'
64
        gem "mysql2", "~> 0.3.11", :platforms => [:mri, :mingw, :x64_mingw]
64
        gem "mysql2", "~> 0.4.6", :platforms => [:mri, :mingw, :x64_mingw]
65 65
      when /postgresql/
66 66
        gem "pg", "~> 0.18.1", :platforms => [:mri, :mingw, :x64_mingw]
67 67
      when /sqlite3/
    (1-1/1)