We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d72c62 commit 2822437Copy full SHA for 2822437
.travis.yml
@@ -1,8 +1,8 @@
1
-dist: xenial
+dist: bionic
2
language: ruby
3
cache: bundler
4
rvm:
5
- - 2.5.3
+ - 2.6.5
6
install:
7
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
8
- bundle update sheldon
Gemfile
@@ -1,4 +1,4 @@
-ruby '2.5.3'
+ruby '2.6.5'
source 'https://rubygems.org'
gem 'rake'
Gemfile.lock
@@ -64,7 +64,7 @@ DEPENDENCIES
64
sheldon!
65
66
RUBY VERSION
67
- ruby 2.5.3p105
+ ruby 2.6.5p114
68
69
BUNDLED WITH
70
1.17.3
0 commit comments