Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Bump to MRI 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 15, 2019
1 parent 236ccf7 commit 9819eae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ addons:
secure: "TrzIv116JLGUxm6PAUskCYrv8KTDguncKROVwbnjVPKTGDAgoDderd8JUdDEXrKoZ9qGLD2TPYKExt9/QDl71E+qHdWnVqWv4HKCUk2P9z/VLKzHuggOUBkCXiJUhjywUieCJhI3N92bfq2EjSBbu2/OFHqWOjLQ+QCooTEBjv8="

rvm:
- 2.6.1
- 2.6.2
- 2.5.3
- 2.4.5
- 2.3.8
Expand All @@ -47,7 +47,7 @@ env:

jobs:
include:
- rvm: 2.6.1
- rvm: 2.6.2
script: rake rubocop
stage: linting
# Ruby 2.5, Rubygems 2.7
Expand All @@ -67,7 +67,7 @@ jobs:
env: RGV=master
stage: test
# 1.x mode (we want to keep stuff passing in 1.x mode for now)
- rvm: 2.6.1
- rvm: 2.6.2
env: RGV=v3.0.3 BUNDLER_SPEC_SUB_VERSION=1.98
stage: test

Expand Down
6 changes: 2 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,9 @@ namespace :spec do
# Install the gems with a consistent version of RubyGems
sh "gem update --system 3.0.3"

# Fix incorrect default gem specifications on ruby 2.6.1. Can be removed
# when 2.6.2 is released and we start testing against it
if RUBY_VERSION == "2.6.1"
# Fix incorrect default etc gem specification file list on ruby 2.6.2.
if RUBY_VERSION == "2.6.2"
sh "gem install etc:1.0.1 --default"
sh "gem install bundler:1.17.2 --default"
end

$LOAD_PATH.unshift("./spec")
Expand Down

0 comments on commit 9819eae

Please sign in to comment.