Project

General

Profile

Feature #5638 » redmine-bundler-20110618.mingw.diff

Toshi MARUYAMA, 2011-07-09 17:20

View differences:

Gemfile
56 56
  end
57 57
end
58 58

  
59
platforms :mingw do
60
  group :mysql do
61
    gem "mysql"
62
    #   gem "ruby-mysql"
63
  end
64

  
65
  group :postgres do
66
    gem "pg", "~> 0.9.0"
67
    #   gem "postgres-pr"
68
  end
69
 
70
  group :sqlite do
71
    gem "sqlite3-ruby", "< 1.3", :require => "sqlite3"
72
    #   please tell me, if you are fond of a pure ruby sqlite3 binding
73
  end
74
end
75

  
59 76
platforms :jruby do
60 77
  gem "jruby-openssl"
61 78

  
(7-7/12)