Skip to content

Commit 96e5590

Browse files
author
Sam Phippen
committed
Rails versions
1 parent 676f951 commit 96e5590

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

rspec-rails.gemspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.email = "[email protected]"
1212
s.homepage = "https://github.com/rspec/rspec-rails"
1313
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+."
1515

1616
s.metadata = {
1717
'bug_tracker_uri' => 'https://github.com/rspec/rspec-rails/issues',
@@ -33,11 +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 = ['>= 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']
4137

4238
s.add_runtime_dependency %q<activesupport>, version_string
4339
s.add_runtime_dependency %q<actionpack>, version_string

0 commit comments

Comments
 (0)