summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index d40aa1acf..e27cd9d93 100644
--- a/Gemfile
+++ b/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