Skip to content

Commit

Permalink
Allows rails 7 with minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Yaremchuk committed Jan 26, 2024
1 parent 1a1d7fe commit a4343ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypt_keeper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |gem|

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', '~> 7.0.0'
gem.add_runtime_dependency 'activesupport', '>= 4.2', '~> 7.0.0'
gem.add_runtime_dependency 'activerecord', '>= 4.2', '< 8'
gem.add_runtime_dependency 'activesupport', '>= 4.2', '< 8'

gem.add_development_dependency 'rspec', '~> 3.5.0'
gem.add_development_dependency 'guard', '~> 2.6.1'
Expand Down

0 comments on commit a4343ee

Please sign in to comment.