Gemfile in clowne-1.2.0 vs Gemfile in clowne-1.3.0

- old
+ new

@@ -7,10 +7,10 @@ gem "sqlite3", "~> 1.4.1", platform: :ruby gem "activerecord-jdbcsqlite3-adapter", "~> 50.0", platform: :jruby gem "jdbc-sqlite3", platform: :jruby -gem "activerecord", "~> 5.2" +gem "activerecord", ">= 6.0", "< 6.2.0" gem "sequel", ">= 5.0" gem "simplecov" local_gemfile = "Gemfile.local"