Gemfile in clowne-0.1.0.pre1 vs Gemfile in clowne-0.1.0
- old
+ new
@@ -4,9 +4,10 @@
gemspec
gem 'pry-byebug'
gem 'sqlite3'
gem 'activerecord', '>= 5.0'
+gem 'sequel', '>= 5.0'
gem 'simplecov'
local_gemfile = 'Gemfile.local'
if File.exist?(local_gemfile)