Skip to content

Commit

Permalink
Set required_ruby_version=2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbranham committed Jan 16, 2025
1 parent 18ef8b6 commit 400acd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attr_encrypted.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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
Expand Down

0 comments on commit 400acd8

Please sign in to comment.