Skip to content

Commit

Permalink
! Update gemspec to allow rspec-its 1.x for older rspec versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Dec 1, 2024
1 parent af11776 commit a9f5399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-json_matchers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "rake", ">= 10.0", "<= 14.0"
spec.add_development_dependency "appraisal", "~> 2.0", ">= 2.5.0"
spec.add_development_dependency "rspec-its", "~> 2.0"
spec.add_development_dependency "rspec-its", ">= 1.0", "< 3.0"
spec.add_development_dependency "simplecov", ">= 0.21"
spec.add_development_dependency "simplecov-lcov", ">= 0.8"
spec.add_development_dependency "gem-release", "~> 2.0"
Expand Down

0 comments on commit a9f5399

Please sign in to comment.