Skip to content

Commit

Permalink
Relax cucumber to allow updated verson on Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Dec 21, 2024
1 parent ccb5b3c commit 65d2eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ Gem::Specification.new do |s|

s.add_development_dependency 'ammeter', '~> 1.1.5'
s.add_development_dependency 'aruba', '~> 0.14.12'
s.add_development_dependency 'cucumber', '~> 7.0'
s.add_development_dependency 'cucumber', '> 7.0'
end

0 comments on commit 65d2eb2

Please sign in to comment.