File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ script: "script/run_build 2>&1"
4343dist : trusty
4444
4545matrix :
46+ # temporary
47+ allow_failures :
48+ rvm : jruby-head
49+
4650 include :
4751 # Rails 6 builds
4852 - rvm : jruby-head
Original file line number Diff line number Diff line change 44
55## Rails
66
7- rspec-rails 3 supports Rails 3.x and 4.x. For earlier versions of Rails, you
8- need [ rspec-rails 1] ( https://github.com/dchelimsky/rspec-rails ) . For Rails 5.x,
9- make sure you are using rspec-rails 3.5.0 or newer.
7+ rspec-rails 4 supports Rails 5.x and 6.x. For earlier versions of Rails, you
8+ need [ rspec-rails 3] ( https://github.com/rspec/rspec-rails/tree/3-9-maintenance ) .
109
1110## Install
1211
@@ -25,7 +24,7 @@ This installs the following gems:
2524Add rspec-rails to the : test and : development groups in the Gemfile:
2625
2726 group :test, :development do
28- gem 'rspec-rails', '~> 3 .0.0'
27+ gem 'rspec-rails', '~> 4 .0.0'
2928 end
3029
3130It needs to be in the : development group to expose generators and rake tasks
You can’t perform that action at this time.
0 commit comments