We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d400b commit f6876cbCopy full SHA for f6876cb
.travis.yml
@@ -1,8 +1,8 @@
1
-dist: bionic
+dist: focal
2
language: ruby
3
cache: bundler
4
rvm:
5
-- 2.6.5
+- 2.7.1
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.6.5'
+ruby '2.7.1'
source 'https://rubygems.org'
gem 'rake'
Gemfile.lock
@@ -64,7 +64,7 @@ DEPENDENCIES
64
sheldon!
65
66
RUBY VERSION
67
- ruby 2.6.5p114
+ ruby 2.7.1
68
69
BUNDLED WITH
70
- 1.17.3
+ 2.1.4
0 commit comments