Skip to content

Commit

Permalink
Extend support to ruby 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Feb 1, 2024
1 parent 362e0ac commit 1f730ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osut.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.bindir = "exe"
s.require_paths = ["lib"]
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
s.required_ruby_version = [">= 2.5.0", "< 3"]
s.required_ruby_version = [">= 2.5.0", "< 4"]
s.metadata = {}

s.add_dependency "oslg", ">= 0.2.10"
Expand Down

0 comments on commit 1f730ea

Please sign in to comment.