Skip to content

Commit

Permalink
ruby: update ci ruby versions and drop 2.3 which is eol
Browse files Browse the repository at this point in the history
  • Loading branch information
paulRbr committed Apr 9, 2019
1 parent afebb07 commit cd31a5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ notifications:

matrix:
include:
- rvm: 2.3.4
- rvm: 2.4.1
- rvm: 2.5.1
- rvm: 2.4.6
- rvm: 2.5.5
- rvm: 2.6.2
# - rvm: jruby-9.1.9.0
# env: JRUBY_OPTS="--dev"
# - rvm: jruby-9.2.0.0
2 changes: 1 addition & 1 deletion mdl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'mixlib-config', '~> 2.2', '>= 2.2.1'
spec.add_dependency 'mixlib-cli', '~> 1.7', '>= 1.7.0'

spec.add_development_dependency 'bundler', '~> 1.12'
spec.add_development_dependency 'bundler', ['>= 1.12', '< 3']
spec.add_development_dependency 'rake', '~> 11.2'
spec.add_development_dependency 'minitest', '~> 5.9'
spec.add_development_dependency 'pry', '~> 0.10'
Expand Down

0 comments on commit cd31a5d

Please sign in to comment.