Skip to content

Commit 427b8ae

Browse files
Update ruby
1 parent 7a28324 commit 427b8ae

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: ruby
22
dist: bionic
33

4-
rvm: 2.5.8
4+
rvm: 2.7.5
55

66
services:
77
- redis
@@ -17,6 +17,8 @@ bundler_args: --without development --jobs 3 --retry 3 --deployment
1717
jobs:
1818
include:
1919
- stage: "rspec"
20+
before_install:
21+
- gem install bundler:1.17.3
2022
script: bundle exec rspec spec
2123
- stage: ":ship: it"
2224
addons:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5.8-slim
1+
FROM ruby:2.7.5-slim
22

33
LABEL maintainer Travis CI GmbH <[email protected]>
44

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.5.8'
3+
ruby '2.7.5'
44

55
gem 'travis-support', git: 'https://github.com/travis-ci/travis-support', ref: '113cff17fe383bb72fcfae3a97a8ce98c228342f'
66
gem 'travis-config', '~> 1.0.0'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ DEPENDENCIES
110110
yajl-ruby (~> 1.4.0)
111111

112112
RUBY VERSION
113-
ruby 2.5.8p224
113+
ruby 2.7.5p203
114114

115115
BUNDLED WITH
116116
1.17.3

0 commit comments

Comments
 (0)