File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
12
12
s . homepage = "https://github.com/rspec/rspec-rails"
13
13
s . summary = "RSpec for Rails"
14
- s . description = "rspec-rails is a testing framework for Rails 3 +."
14
+ s . description = "rspec-rails is a testing framework for Rails 4 +."
15
15
16
16
s . metadata = {
17
17
'bug_tracker_uri' => 'https://github.com/rspec/rspec-rails/issues' ,
@@ -33,11 +33,7 @@ Gem::Specification.new do |s|
33
33
s . cert_chain = [ File . expand_path ( '~/.gem/rspec-gem-public_cert.pem' ) ]
34
34
end
35
35
36
- version_string = [ '>= 3.0' ]
37
-
38
- if RUBY_VERSION <= '1.8.7' && ENV [ 'RAILS_VERSION' ] != '3-2-stable'
39
- version_string << '!= 3.2.22.1'
40
- end
36
+ version_string = [ '>= 4.2' ]
41
37
42
38
s . add_runtime_dependency %q<activesupport> , version_string
43
39
s . add_runtime_dependency %q<actionpack> , version_string
You can’t perform that action at this time.
0 commit comments