Skip to content

Commit

Permalink
rspec-its: Allow 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jan 24, 2025
1 parent 0d7784a commit 34b1a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet_metadata.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'rdoc', '~> 6.0'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rspec-its', '~> 1.0'
s.add_development_dependency 'rspec-its', '>= 1.0', '< 3' # 2.x requires Ruby 3. We allow 1.x because we still support Ruby 2.7
s.add_development_dependency 'voxpupuli-rubocop', '~> 3.0.0'
s.add_development_dependency 'yard', '~> 0.9'
end

0 comments on commit 34b1a89

Please sign in to comment.