File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 52
52
- RAILS_VERSION='~> 3.0.20'
53
53
54
54
matrix :
55
+ include :
56
+ # Rails 5.x only supports 2.2
57
+ - rvm : 2.2
58
+ env : RAILS_VERSION=master
55
59
exclude :
56
60
# 3.0.x is not supported on MRI 2.0+
57
61
- rvm : 2.0.0
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ Gem::Specification.new do |s|
25
25
s . cert_chain = [ File . expand_path ( '~/.gem/rspec-gem-public_cert.pem' ) ]
26
26
end
27
27
28
- s . add_runtime_dependency ( %q<activesupport> , [ ">= 3.0" , "< 4.3" ] )
29
- s . add_runtime_dependency ( %q<actionpack> , [ ">= 3.0" , "< 4.3" ] )
30
- s . add_runtime_dependency ( %q<railties> , [ ">= 3.0" , "< 4.3" ] )
28
+ s . add_runtime_dependency %q<activesupport> , ">= 3.0"
29
+ s . add_runtime_dependency %q<actionpack> , ">= 3.0"
30
+ s . add_runtime_dependency %q<railties> , ">= 3.0"
31
31
%w[ core expectations mocks support ] . each do |name |
32
32
if RSpec ::Rails ::Version ::STRING =~ /[a-zA-Z]+/ # prerelease builds
33
33
s . add_runtime_dependency "rspec-#{ name } " , "= #{ RSpec ::Rails ::Version ::STRING } "
You can’t perform that action at this time.
0 commit comments