diff --git a/Gemfile b/Gemfile index 1a9b55d76..6d45970f8 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ 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.3.0" + gem "activerecord-jdbc-adapter", "~> 1.2.6" end # Include database gems for the adapters found in the database