Use activerecord-jdbc-adapter 1.2.5.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11114 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9613a13b10
commit
0337d9abc3
3
Gemfile
3
Gemfile
|
@ -54,10 +54,9 @@ end
|
|||
platforms :jruby do
|
||||
# jruby-openssl is bundled with JRuby 1.7.0
|
||||
gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
|
||||
gem "activerecord-jdbc-adapter", "1.2.2"
|
||||
gem "activerecord-jdbc-adapter", "1.2.5"
|
||||
|
||||
group :mysql do
|
||||
gem "jdbc-mysql", "5.1.13"
|
||||
gem "activerecord-jdbcmysql-adapter"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue