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.5.4
Browse files Browse the repository at this point in the history
MRI 2.5.4 now regressed and suffers from the same issue as 2.6.2 :S
  • Loading branch information
deivid-rodriguez committed Mar 15, 2019
1 parent 9819eae commit 39c9a16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ addons:

rvm:
- 2.6.2
- 2.5.3
- 2.5.4
- 2.4.5
- 2.3.8

Expand All @@ -51,7 +51,7 @@ jobs:
script: rake rubocop
stage: linting
# Ruby 2.5, Rubygems 2.7
- rvm: 2.5.3
- rvm: 2.5.4
env: RGV=v2.7.9
stage: test
# Ruby 2.4, Rubygems 2.6
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ namespace :spec do
# Install the gems with a consistent version of RubyGems
sh "gem update --system 3.0.3"

# Fix incorrect default etc gem specification file list on ruby 2.6.2.
if RUBY_VERSION == "2.6.2"
# Fix incorrect default etc gem specification file list on ruby 2.6.2 and 2.5.4
if RUBY_VERSION == "2.6.2" || RUBY_VERSION == "2.5.4"
sh "gem install etc:1.0.1 --default"
end

Expand Down

0 comments on commit 39c9a16

Please sign in to comment.