Upgraded Ruby to 2.4.3

This commit is contained in:
Al Snow
2017-12-14 19:01:55 -05:00
parent 215bd34b6f
commit dbc67baf53
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
2.4.2 2.4.3
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby language: ruby
rvm: rvm:
- "2.4.2" - "2.4.3"
before_install: before_install:
- "phantomjs --version" - "phantomjs --version"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.4.2 FROM ruby:2.4.3
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp RUN mkdir /myapp
WORKDIR /myapp WORKDIR /myapp
+1 -1
View File
@@ -4,7 +4,7 @@ source "https://rubygems.org"
#don't upgrade #don't upgrade
gem "rails", "5.1.4" gem "rails", "5.1.4"
ruby "2.4.2" ruby "2.4.3"
gem "aruba" gem "aruba"
gem "bcrypt" gem "bcrypt"
+1 -1
View File
@@ -370,7 +370,7 @@ DEPENDENCIES
unicorn unicorn
RUBY VERSION RUBY VERSION
ruby 2.4.2p198 ruby 2.4.3p205
BUNDLED WITH BUNDLED WITH
1.16.0 1.16.0
+1 -1
View File
@@ -11,7 +11,7 @@ If you are looking for support or troubleshooting assistance, please visit our [
To begin, install the Ruby Version Manager (RVM): To begin, install the Ruby Version Manager (RVM):
```bash ```bash
$ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.4.2 $ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.4.3
``` ```
After installing the package, clone this repo: After installing the package, clone this repo: