Skip to content

Commit dd5106e

Browse files
authored
Merge pull request #585 from github/ruby-2-5-1
Update to Ruby 2.5.1
2 parents 961931d + a767577 commit dd5106e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
2.5.1

Dockerfile

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

33
RUN apt-get update \
44
&& apt-get install -y \

0 commit comments

Comments
 (0)