Skip to content
This repository was archived by the owner on May 29, 2020. It is now read-only.

Commit 0cdd5d6

Browse files
committed
GH-39: Update Ruby 2.1 to 2.5
1 parent de061d6 commit 0cdd5d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# see: http://totem3.hatenablog.jp/entry/2017/08/13/133954
33

44
# see: https://hub.docker.com/_/ruby/
5-
FROM ruby:2.1
5+
FROM ruby:2.5
66
ENV LANG C.UTF-8
77

88
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev apt-utils tree vim less

README.rdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ https://heartrails-rails4-example.herokuapp.com/
2525

2626
動作環境
2727
----
28-
- Ruby 2.1.1
29-
- Rails 4.1.4
28+
- Ruby 2.5.0
29+
- Rails 4.2.10
3030
- PostgreSQL 9.3
3131
- Memcached 1.5.4
3232

0 commit comments

Comments
 (0)