File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 9
9
- 2.3.8
10
10
- 2.4.5
11
11
- 2.5.3
12
- - 2.6.0
12
+ - 2.6.5
13
+ - 2.7.0
13
14
gemfile :
14
15
- Gemfile.rails42
15
16
- Gemfile.rails51 # Min ruby 2.2.2
@@ -18,8 +19,12 @@ matrix:
18
19
exclude :
19
20
- rvm : 2.5.3
20
21
gemfile : Gemfile.rails42
21
- - rvm : 2.6.0
22
+ - rvm : 2.6.5
22
23
gemfile : Gemfile.rails42
24
+ - rvm : 2.7.0
25
+ gemfile : Gemfile.rails42
26
+ - rvm : 2.7.0
27
+ gemfile : Gemfile.rails51
23
28
- rvm : 2.2.10
24
29
gemfile : Gemfile.rails60
25
30
- rvm : 2.3.8
Original file line number Diff line number Diff line change @@ -2,13 +2,9 @@ source "https://rubygems.org"
2
2
3
3
gemspec
4
4
5
- gem 'rails', '~> 6.0.0.rc1 '
5
+ gem 'rails', '~> 6.0.2 '
6
6
gem 'mime-types', '~> 2.99.3'
7
7
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'
13
9
14
10
gem 'test_engine', path: 'spec/dummy/components/test_engine', group: :test
You can’t perform that action at this time.
0 commit comments