Upgraded to ruby 2.3.5
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
2.3.4
|
||||
2.3.5
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
language: ruby
|
||||
rvm:
|
||||
- "2.3.4"
|
||||
- "2.3.5"
|
||||
|
||||
before_install:
|
||||
- "phantomjs --version"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM ruby:2.3.4
|
||||
FROM ruby:2.3.5
|
||||
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
|
||||
RUN mkdir /myapp
|
||||
WORKDIR /myapp
|
||||
|
||||
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
||||
#don't upgrade
|
||||
gem 'rails', '5.1.4'
|
||||
|
||||
ruby '2.3.4'
|
||||
ruby '2.3.5'
|
||||
|
||||
gem 'rake'
|
||||
gem 'rails-perftest'
|
||||
|
||||
+1
-1
@@ -350,7 +350,7 @@ DEPENDENCIES
|
||||
unicorn
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.3.4p301
|
||||
ruby 2.3.5p376
|
||||
|
||||
BUNDLED WITH
|
||||
1.15.4
|
||||
|
||||
@@ -11,7 +11,7 @@ If you are looking for support or troubleshooting assistance, please visit our [
|
||||
To begin, install the Ruby Version Manager (RVM):
|
||||
|
||||
```bash
|
||||
$ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.3.4
|
||||
$ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.3.5
|
||||
```
|
||||
|
||||
After installing the package, clone this repo:
|
||||
|
||||
Reference in New Issue
Block a user