Skip to content

Commit

Permalink
Merge pull request #52 from fac/bump-mimium-ruby-version
Browse files Browse the repository at this point in the history
Bump minimum ruby version for dependabot
  • Loading branch information
DuncSmith authored Jul 11, 2024
2 parents 4f3e0f4 + b872bab commit 6bae7dd
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 6bae7dd

Please sign in to comment.