Skip to content

Commit

Permalink
Set required_ruby_version >= 2.7.0 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbranham authored Jan 23, 2025
1 parent 86aed8a commit 38b2e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attr_encrypted.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")

s.required_ruby_version = '>= 2.6.0'
s.required_ruby_version = '>= 2.7.0'

s.add_dependency('encryptor', ['~> 3.0.0'])
# support for testing with specific active record version
activerecord_version = if ENV.key?('ACTIVERECORD')
"~> #{ENV['ACTIVERECORD']}.0"
else
'>= 2.0.0'
'>= 6.0.0'
end
s.add_development_dependency('activerecord', activerecord_version)
s.add_development_dependency('actionpack', activerecord_version)
Expand Down

0 comments on commit 38b2e85

Please sign in to comment.