Skip to content

Commit

Permalink
Bump minimum ruby version for dependabot
Browse files Browse the repository at this point in the history
I believe dependabot will use the oldest ruby version specified.
However nokogiri needs atleast version 3.0. Make this the minimum
version
  • Loading branch information
DuncSmith committed Jul 11, 2024
1 parent 4f3e0f4 commit b872bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermod.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.5"
spec.required_ruby_version = ">= 3.0"

spec.add_runtime_dependency "libxml-ruby", "~> 4.1"
spec.add_runtime_dependency "activesupport", "> 3.2"
Expand Down

0 comments on commit b872bab

Please sign in to comment.