File tree 4 files changed +9
-16
lines changed
4 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 1
1
AllCops :
2
- TargetRubyVersion : 2.2
2
+ TargetRubyVersion : 2.3
3
3
4
4
Layout/ClosingParenthesisIndentation :
5
5
Enabled : false
Original file line number Diff line number Diff line change @@ -3,25 +3,18 @@ language: ruby
3
3
cache : bundler
4
4
5
5
rvm :
6
- - 2.2
7
- - 2.3.7
8
- - 2.4.4
9
- - 2.5.1
10
- - 2.6
6
+ - 2.3.8
7
+ - 2.4.5
8
+ - 2.5.5
9
+ - 2.6.2
11
10
12
11
before_script :
13
12
- git config --global user.email "travis@travis.ci"
14
13
- git config --global user.name "Travis CI"
15
14
16
15
before_install :
17
- - |
18
- export RVM_CURRENT=`rvm current|cut -c6-8`
19
- if [ "${RVM_CURRENT}" == "2.2" ]; then
20
- gem --version
21
- else
22
- gem update --system
23
- fi
24
- - gem install bundler:'< 2'
16
+ - gem update --system
17
+ - gem install bundler
25
18
26
19
script :
27
20
- bundle exec rspec
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ any Ruby code.
54
54
55
55
This project aims to support the following Ruby runtimes on both \* nix and Windows:
56
56
57
- * MRI 2.2 +
57
+ * MRI 2.3 +
58
58
59
59
### Dependencies
60
60
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
Dir [ 'libexec/**/*' ] +
26
26
Dir [ 'template-dir/**/*' ]
27
27
28
- s . required_ruby_version = '>= 2.2 '
28
+ s . required_ruby_version = '>= 2.3 '
29
29
30
30
s . add_dependency 'childprocess' , '~> 0.6' , '>= 0.6.3'
31
31
s . add_dependency 'iniparse' , '~> 1.4'
You can’t perform that action at this time.
0 commit comments