diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-03 16:18:31 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-03 16:18:31 +0000 |
commit | 9da6bb31c11bb72ec0a4605d5fa6458159110f65 (patch) | |
tree | 8a626153c31d7466adc386fd42ca2a558db6d1d0 /Gemfile | |
parent | 643e4917ca7eabbcf2fd1f8f739ed49f9c6edf75 (diff) | |
download | redmine-9da6bb31c11bb72ec0a4605d5fa6458159110f65.tar.gz redmine-9da6bb31c11bb72ec0a4605d5fa6458159110f65.zip |
Gemfile: pin activerecord-jdbcsqlite3-adapter version 1.3.11
1.3.13 breaks test/functional/issues_controller_test.rb.
git-svn-id: http://svn.redmine.org/redmine/trunk@13829 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ if File.exist?(database_file) gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby when /sqlite3/ gem "sqlite3", :platforms => [:mri, :mingw, :x64_mingw] - gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby + gem "activerecord-jdbcsqlite3-adapter", "1.3.11", :platforms => :jruby when /sqlserver/ gem "tiny_tds", "~> 0.6.2", :platforms => [:mri, :mingw, :x64_mingw] gem "activerecord-sqlserver-adapter", :platforms => [:mri, :mingw, :x64_mingw] |