gemfiles/jruby.gemfile in clowne-0.1.0.pre1 vs gemfiles/jruby.gemfile in clowne-0.1.0
- old
+ new
@@ -1,6 +1,8 @@
source 'https://rubygems.org'
gem 'activerecord-jdbcsqlite3-adapter', '~> 50.0'
+gem 'jdbc-sqlite3'
gem 'activerecord', '~> 5.0.0'
+gem 'sequel', '>= 5.0'
gemspec path: '..'