Skip to content

Commit db5768f

Browse files
authored
Merge pull request #329 from jasnow/master
LGTM 👍
2 parents b45ad8c + abc54ae commit db5768f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.3
1+
2.5.0

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
rvm:
3-
- "2.4.3"
3+
- "2.5.0"
44

55
before_install:
66
- "phantomjs --version"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4.3
1+
FROM ruby:2.5.0
22
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
33
RUN mkdir /myapp
44
WORKDIR /myapp

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44
#don't upgrade
55
gem "rails", "5.1.5"
66

7-
ruby "2.4.3"
7+
ruby "2.5.0"
88

99
gem "aruba"
1010
gem "bcrypt"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ GEM
201201
rack (2.0.4)
202202
rack-livereload (0.3.16)
203203
rack
204-
rack-test (0.8.2)
204+
rack-test (0.8.3)
205205
rack (>= 1.0, < 3)
206206
rails (5.1.5)
207207
actioncable (= 5.1.5)
@@ -370,7 +370,7 @@ DEPENDENCIES
370370
unicorn
371371

372372
RUBY VERSION
373-
ruby 2.4.3p205
373+
ruby 2.5.0p0
374374

375375
BUNDLED WITH
376376
1.16.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you are looking for support or troubleshooting assistance, please visit our [
1111
To begin, install the Ruby Version Manager (RVM):
1212

1313
```bash
14-
$ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.4.3
14+
$ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.5.0
1515
```
1616

1717
After installing the package, clone this repo:

0 commit comments

Comments
 (0)