Commit 5ea3b4cd by Ben A. Morgan

point jruby ar adapter to rails 5 support branch

parent 4c2d0566
source 'https://rubygems.org'
gem 'sqlite3', :platforms => [:ruby]
gem 'activerecord-jdbcsqlite3-adapter', :platforms => [:jruby]
gem 'sqlite3', platforms: [:ruby]
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter', github: 'jruby/activerecord-jdbc-adapter', branch: 'rails-5'
end
platforms :rbx do
gem 'rubysl', '~> 2.0'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment