File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,16 @@ bundler_args: --binstubs --jobs=3 --retry=3
3
3
cache : bundler
4
4
sudo : false
5
5
before_install :
6
- - gem i rubygems-update -v '<3' && update_rubygems
7
- # from travis docs, to use bundler 1.x:
8
- - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
9
- - gem install bundler -v '< 2'
6
+ - gem update --system
7
+ - gem install bundler
10
8
before_script :
11
9
- " bin/ci-code-review"
12
10
script : bin/ci
13
11
rvm :
14
- - 2.5.0
12
+ - 2.6
13
+ - 2.7
15
14
env :
16
15
- RAILS_VERSION='~> 5.2.0'
17
16
- RAILS_VERSION='5-2-stable'
18
17
matrix :
19
- include :
20
- - rvm : 2.2.3
21
- env : RAILS_VERSION='~> 5.2.0'
22
- - rvm : 2.4.4
23
- env : RAILS_VERSION='~> 4.2.10'
24
18
fast_finish : true
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
s . bindir = "exe"
20
20
s . executables = s . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
21
21
22
- s . add_dependency 'rails' , [ ">= 4.0 " , "< 6.0" ]
22
+ s . add_dependency 'rails' , [ ">= 5.2 " , "< 6.0" ]
23
23
s . add_dependency 'omniauth' , '~> 1.0'
24
24
s . add_dependency 'faraday' , '~> 0.8'
25
25
s . add_dependency 'omniauth-oauth2' , '~> 1.1'
You can’t perform that action at this time.
0 commit comments