##// END OF EJS Templates
upgrade activerecord-jdbc-adapter to 1.3.2...
Toshi MARUYAMA -
r12024:b96941763dc0
parent child
Show More
@@ -30,7 +30,7 end
30 platforms :jruby do
30 platforms :jruby do
31 # jruby-openssl is bundled with JRuby 1.7.0
31 # jruby-openssl is bundled with JRuby 1.7.0
32 gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
32 gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0'
33 gem "activerecord-jdbc-adapter", "~> 1.2.6"
33 gem "activerecord-jdbc-adapter", "~> 1.3.2"
34 end
34 end
35
35
36 # Include database gems for the adapters found in the database
36 # Include database gems for the adapters found in the database
General Comments 0
You need to be logged in to leave comments. Login now