Upgrade addressable gem and Ruby 2.3.4

This commit is contained in:
Al Snow
2017-03-30 08:23:52 -04:00
parent bac6e9e44b
commit 28b56965f6
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
2.3.3 2.3.4
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby language: ruby
rvm: rvm:
- "2.3.3" - "2.3.4"
before_install: before_install:
- "phantomjs --version" - "phantomjs --version"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.3.3 FROM ruby:2.3.4
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
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
#don't upgrade #don't upgrade
gem 'rails', '4.2.8' gem 'rails', '4.2.8'
ruby '2.3.3' ruby '2.3.4'
gem 'rake' gem 'rake'
+2 -2
View File
@@ -35,7 +35,7 @@ GEM
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
addressable (2.5.0) addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2) public_suffix (~> 2.0, >= 2.0.2)
arel (6.0.4) arel (6.0.4)
aruba (0.14.2) aruba (0.14.2)
@@ -359,7 +359,7 @@ DEPENDENCIES
unicorn unicorn
RUBY VERSION RUBY VERSION
ruby 2.3.3p222 ruby 2.3.4p301
BUNDLED WITH BUNDLED WITH
1.14.6 1.14.6
+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.3.3 $ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.3.4
``` ```
After installing the package, clone this repo: After installing the package, clone this repo: