Skip to content

Commit

Permalink
Update .gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloDalRi committed Feb 13, 2024
1 parent 4203dfa commit 29c25f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optic14n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/alphagov/optic14n"
spec.license = "MIT"

spec.required_ruby_version = ">= 3.0"
spec.required_ruby_version = ">= 3.1.4"

spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 29c25f0

Please sign in to comment.