Skip to content

Commit

Permalink
added required_ruby_version into gemspec (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
skunkworker authored Sep 1, 2023
1 parent ae1b5db commit 89b5094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rspec-sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ Gem::Specification.new do |s|
s.files = `git ls-files -- lib/*`.split("\n")
s.files += %w[CHANGES.md LICENSE README.md]
s.require_paths = ["lib"]

s.required_ruby_version = ">= 2.7"
end

0 comments on commit 89b5094

Please sign in to comment.