aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-03-08 11:22:27 +0100
committerArun Agrawal <arunagw@gmail.com>2013-03-08 11:22:27 +0100
commit3033dbed284c40678670fac232af9eefaf09a282 (patch)
tree95515522f5ffa33d05f50d89b5b043b17b9268e9 /Gemfile
parenta5013bb5af299db6bf97f67d4198220280717e80 (diff)
downloadrails-3033dbed284c40678670fac232af9eefaf09a282.tar.gz
rails-3033dbed284c40678670fac232af9eefaf09a282.tar.bz2
rails-3033dbed284c40678670fac232af9eefaf09a282.zip
Using latest AR-JDBC for JRuby
1.2.5 and 1.2.6 are bad ones
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index c45be188f3..6098cf78a1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -67,7 +67,7 @@ end
platforms :jruby do
gem 'json'
- gem 'activerecord-jdbcsqlite3-adapter', '>= 1.2.0'
+ gem 'activerecord-jdbcsqlite3-adapter', '>= 1.2.7'
# This is needed by now to let tests work on JRuby
# TODO: When the JRuby guys merge jruby-openssl in
@@ -75,8 +75,8 @@ platforms :jruby do
gem 'jruby-openssl'
group :db do
- gem 'activerecord-jdbcmysql-adapter', '>= 1.2.0'
- gem 'activerecord-jdbcpostgresql-adapter', '>= 1.2.0'
+ gem 'activerecord-jdbcmysql-adapter', '>= 1.2.7'
+ gem 'activerecord-jdbcpostgresql-adapter', '>= 1.2.7'
end
end