##// END OF EJS Templates
Use tiny_tds 0.7 for ruby < 2.0 (#23932)....
Jean-Philippe Lang -
r15679:f3068cd37a2d
parent child
Show More
@@ -79,7 +79,7 if File.exist?(database_file)
79 79 gem "jdbc-sqlite3", ">= 3.8.10.1", :platforms => :jruby
80 80 gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
81 81 when /sqlserver/
82 gem "tiny_tds", "~> 1.0.5", :platforms => [:mri, :mingw, :x64_mingw]
82 gem "tiny_tds", (RUBY_VERSION >= "2.0" ? "~> 1.0.5" : "~> 0.7.0"), :platforms => [:mri, :mingw, :x64_mingw]
83 83 gem "activerecord-sqlserver-adapter", :platforms => [:mri, :mingw, :x64_mingw]
84 84 else
85 85 warn("Unknown database adapter `#{adapter}` found in config/database.yml, use Gemfile.local to load your own database gems")
General Comments 0
You need to be logged in to leave comments. Login now