crypt_keeper.gemspec in crypt_keeper-2.1.0 vs crypt_keeper.gemspec in crypt_keeper-2.2.0

- old
+ new

@@ -16,11 +16,11 @@ gem.require_paths = ["lib"] gem.version = CryptKeeper::VERSION gem.post_install_message = "WARNING: CryptKeeper 2.0 contains breaking changes and may require you to reencrypt your data! Please view the README at https://github.com/jmazzi/crypt_keeper for more information." - gem.add_runtime_dependency 'activerecord', '>= 4.2', '< 6.1' - gem.add_runtime_dependency 'activesupport', '>= 4.2', '< 6.1' + gem.add_runtime_dependency 'activerecord', '>= 4.2', '< 6.2' + gem.add_runtime_dependency 'activesupport', '>= 4.2', '< 6.2' gem.add_development_dependency 'rspec', '~> 3.5.0' gem.add_development_dependency 'guard', '~> 2.6.1' gem.add_development_dependency 'guard-rspec', '~> 4.2.9' gem.add_development_dependency 'rake', '~> 10.3.1'