update ruby to 2.3.4

This commit is contained in:
Zachary Chai 2017-04-11 13:19:14 -04:00
parent 8173c4a803
commit e0dfa68e9d
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM ruby:2.3.1
FROM ruby:2.3.4
# app dependencies
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs

View File

@ -1,4 +1,4 @@
FROM ruby:2.3.1
FROM ruby:2.3.4
# app dependencies
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs

View File

@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '2.3.1'
ruby '2.3.4'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'

View File

@ -256,7 +256,7 @@ DEPENDENCIES
web-console
RUBY VERSION
ruby 2.3.1p112
ruby 2.3.4p301
BUNDLED WITH
1.13.6
1.14.6