Skip to content

Commit dfe5ef9

Browse files
mmolliNecas
authored andcommitted
Clean up Gemfile.rails60 and test on Ruby 2.7
1 parent e80c0b0 commit dfe5ef9

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.travis.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ rvm:
99
- 2.3.8
1010
- 2.4.5
1111
- 2.5.3
12-
- 2.6.0
12+
- 2.6.5
13+
- 2.7.0
1314
gemfile:
1415
- Gemfile.rails42
1516
- Gemfile.rails51 # Min ruby 2.2.2
@@ -18,8 +19,12 @@ matrix:
1819
exclude:
1920
- rvm: 2.5.3
2021
gemfile: Gemfile.rails42
21-
- rvm: 2.6.0
22+
- rvm: 2.6.5
2223
gemfile: Gemfile.rails42
24+
- rvm: 2.7.0
25+
gemfile: Gemfile.rails42
26+
- rvm: 2.7.0
27+
gemfile: Gemfile.rails51
2328
- rvm: 2.2.10
2429
gemfile: Gemfile.rails60
2530
- rvm: 2.3.8

Gemfile.rails60

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
gem 'rails', '~> 6.0.0.rc1'
5+
gem 'rails', '~> 6.0.2'
66
gem 'mime-types', '~> 2.99.3'
77
gem 'rails-controller-testing'
8-
gem 'rspec-rails', git: 'https://github.com/rspec/rspec-rails', branch: '4-0-dev'
9-
gem 'rspec-core', git: 'https://github.com/rspec/rspec-core'
10-
gem 'rspec-mocks', git: 'https://github.com/rspec/rspec-mocks'
11-
gem 'rspec-support', git: 'https://github.com/rspec/rspec-support'
12-
gem 'rspec-expectations', git: 'https://github.com/rspec/rspec-expectations'
8+
gem 'rspec-rails', '4.0.0.beta3'
139

1410
gem 'test_engine', path: 'spec/dummy/components/test_engine', group: :test

0 commit comments

Comments
 (0)