Skip to content

Commit

Permalink
require this version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Nov 17, 2023
1 parent febfe85 commit fa59161
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pickle.gemspec
Expand Up @@ -26,7 +26,8 @@ Gem::Specification.new do |s|
s.add_development_dependency "bundler"
s.add_development_dependency "git"
s.add_development_dependency "yard"
s.add_development_dependency "rspec-rails", "~>3.0"
s.add_development_dependency "rspec-rails", ">= 3.0"
s.add_development_dependency "rspec-mocks", ">= 3.12.4"
s.add_development_dependency "rails", ">= 6.0", "< 8.0"
s.add_development_dependency "cucumber-rails"
s.add_development_dependency "factory_bot"
Expand Down

0 comments on commit fa59161

Please sign in to comment.