Skip to content

Commit

Permalink
activerecord-jdbcsqlite3-adapter requires railties
Browse files Browse the repository at this point in the history
But doesn't bother to actually specify the dependency
  • Loading branch information
albus522 committed Dec 28, 2017
1 parent bb1f1e7 commit fc04f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ platforms :jruby do
else
gem 'activerecord-jdbcsqlite3-adapter'
end
gem 'railties', (ENV['RAILS_VERSION'] || ['>= 3.0', '< 5.2'])
gem 'jruby-openssl'
gem 'mime-types', ['~> 2.6', '< 2.99']
end
Expand Down

0 comments on commit fc04f8e

Please sign in to comment.