Skip to content

Commit 06bd182

Browse files
author
vitalie
committed
Upgrade to Ruby 2.5.9
1 parent 4626a53 commit 06bd182

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.8
1+
2.5.9

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
dist: xenial
3-
rvm: 2.5.8
3+
rvm: 2.5.9
44

55
services:
66
- redis

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5.8 as builder
1+
FROM ruby:2.5.9 as builder
22

33
ARG GITHUB_OAUTH_TOKEN=notset
44

@@ -18,7 +18,7 @@ RUN bundle exec rake assets:precompile GITHUB_OAUTH_TOKEN=$GITHUB_OAUTH_TOKEN
1818
RUN tar -cjf public.tar.bz2 public && rm -rf public
1919

2020

21-
FROM ruby:2.5.8-slim
21+
FROM ruby:2.5.9-slim
2222

2323
LABEL maintainer Travis CI GmbH <[email protected]>
2424

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ DEPENDENCIES
272272
webmock
273273

274274
RUBY VERSION
275-
ruby 2.5.8p224
275+
ruby 2.5.9p229
276276

277277
BUNDLED WITH
278278
2.3.26

lib/travis/build/script/shared/rvm.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ module RVM
1717
RVM_VERSION_ALIASES = {
1818
'2.3' => '2.3.8',
1919
'2.4' => '2.4.10',
20-
'2.5' => '2.5.8',
21-
'2.6' => '2.6.6',
22-
'2.7' => '2.7.1',
20+
'2.5' => '2.5.9',
21+
'2.6' => '2.6.10',
22+
'2.7' => '2.7.8'
2323
}
2424

2525
RVM_GPG_KEY_IDS = %w(
@@ -223,4 +223,4 @@ def install_bundler
223223
end
224224
end
225225
end
226-
end
226+
end

0 commit comments

Comments
 (0)