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"
43
43
dist : trusty
44
44
45
45
matrix :
46
+ # temporary
47
+ allow_failures :
48
+ rvm : jruby-head
49
+
46
50
include :
47
51
# Rails 6 builds
48
52
- rvm : jruby-head
Original file line number Diff line number Diff line change 4
4
5
5
## Rails
6
6
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 ) .
10
9
11
10
## Install
12
11
@@ -25,7 +24,7 @@ This installs the following gems:
25
24
Add rspec-rails to the : test and : development groups in the Gemfile:
26
25
27
26
group :test, :development do
28
- gem 'rspec-rails', '~> 3 .0.0'
27
+ gem 'rspec-rails', '~> 4 .0.0'
29
28
end
30
29
31
30
It 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