Gemfile in passweird-0.1.2 vs Gemfile in passweird-0.1.3

- old
+ new

@@ -9,10 +9,10 @@ gem "rspec", "~> 3.0" gem "rubocop", "~> 1.21" -gem "activerecord", "~> 6.0" +gem "activerecord", ">= 7.0", "< 8.0" gem "sqlite3", "~> 1.4", ">= 1.4.2" gem "database_cleaner", "~> 2.1"