Skip to content

Commit

Permalink
Set required_ruby_version in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jan 21, 2024
1 parent 2956a2d commit 12a4b50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotenv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ Gem::Specification.new "dotenv", Dotenv::VERSION do |gem|
gem.add_development_dependency "rake"
gem.add_development_dependency "rspec"
gem.add_development_dependency "standard"

gem.required_ruby_version = ">= 3.0"
end

0 comments on commit 12a4b50

Please sign in to comment.