summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-09-29 23:52:00 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-09-29 23:52:00 +0000
commitc136e6bc60e21e0208721cc0610dc88aa0486f7d (patch)
tree2450c67b6b00038020153cf0b7e32d7dbf35290d /Gemfile
parenta1addba26cfbc5b056cf7e865a9602dabf831aa8 (diff)
downloadredmine-c136e6bc60e21e0208721cc0610dc88aa0486f7d.tar.gz
redmine-c136e6bc60e21e0208721cc0610dc88aa0486f7d.zip
Gemfile: update jdbc adapter version above 1.2.6 (#14883)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12172 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 509f94a42..378fdb331 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.2.5"
+ gem "activerecord-jdbc-adapter", "~> 1.2.6"
end
# Include database gems for the adapters found in the database