Skip to content

Commit 7efc47d

Browse files
committed
Limit Rails to 5.2 and above
1 parent b694a75 commit 7efc47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspec-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
3333
s.cert_chain = [File.expand_path('~/.gem/rspec-gem-public_cert.pem')]
3434
end
3535

36-
version_string = ['>= 4.2']
36+
version_string = ['>= 5.2']
3737

3838
s.add_runtime_dependency 'actionpack', version_string
3939
s.add_runtime_dependency 'activesupport', version_string

0 commit comments

Comments
 (0)