Skip to content

Commit

Permalink
Merge pull request #1252 from soutaro/profilers
Browse files Browse the repository at this point in the history
Add dummy `required_ruby_version`
  • Loading branch information
soutaro authored Oct 4, 2024
2 parents 5b0f09c + 0cbaaff commit abc30a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions steep.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

if false
# This is to let dependabot use 3.3, instead of 3.1.x.
# They use `required_ruby_version=` method to detect the Ruby version they use.
spec.required_ruby_version = ">= 3.3.0"
end

spec.required_ruby_version = '>= 3.1.0'

spec.add_runtime_dependency "parser", ">= 3.1"
Expand Down

0 comments on commit abc30a1

Please sign in to comment.