Skip to content

Commit

Permalink
Check mainline activerecord-jdbcsqlite3-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Dec 27, 2017
1 parent c194d1d commit 982a3ba
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ end

platforms :jruby do
gem 'jruby-openssl'
if rails_version == 'edge' || rails_version.match(/5\.\d+\.\d+/)
gem 'activerecord-jdbcsqlite3-adapter',
:git => 'https://github.com/jruby/activerecord-jdbc-adapter.git',
:branch => 'rails-5'
else
gem 'activerecord-jdbcsqlite3-adapter'
end
gem 'activerecord-jdbcsqlite3-adapter'
gem 'mime-types', ['~> 2.6', '< 2.99']
end

Expand Down

0 comments on commit 982a3ba

Please sign in to comment.