Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a8ba799

Browse files
committedMay 23, 2023
Update rspec-rails dependency
Bump the requirement to >= 4.0 (which supports Rails >= 4.2) to allow usage of 6.x version in modern Rails Close jsonapi-rb#142
1 parent 9fa6690 commit a8ba799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎jsonapi-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
spec.add_development_dependency 'rails', '>= 5.0'
2323
spec.add_development_dependency 'sqlite3', '>= 1.3'
2424
spec.add_development_dependency 'rake', '>= 11.3'
25-
spec.add_development_dependency 'rspec-rails', '~> 3.5'
25+
spec.add_development_dependency 'rspec-rails', '>= 4.0'
2626
spec.add_development_dependency 'with_model', '~> 2.0'
2727
spec.add_development_dependency 'simplecov'
2828
end

0 commit comments

Comments
 (0)
Please sign in to comment.