Skip to content

Commit

Permalink
ruby: Upgrade to 2.3.7 (#485)
Browse files Browse the repository at this point in the history
Ruby 2.3.7 contains some bug fixes and security updates
  • Loading branch information
DeeDeeG authored and tkwidmer committed Jun 14, 2018
1 parent cf485df commit 3566c1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.3.7
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.3.1
FROM ruby:2.3.7
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
ENV PHANTOM_JS=2.1.1
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.3.1'
ruby '2.3.7'

gem 'rails', '5.1.4'
gem 'pg'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ DEPENDENCIES
webmock (~> 1.18.0)

RUBY VERSION
ruby 2.3.1p112
ruby 2.3.7p456

BUNDLED WITH
1.15.3

0 comments on commit 3566c1a

Please sign in to comment.