Skip to content

Commit

Permalink
Merge pull request #257 from jasnow/master
Browse files Browse the repository at this point in the history
Upgraded Ruby, Rails, and associated gems
  • Loading branch information
cktricky authored May 31, 2017
2 parents 3474385 + 4fd868c commit efad3bb
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 112 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.3
2.3.4
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- "2.3.3"
- "2.3.4"

before_install:
- "phantomjs --version"
Expand Down
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.3
FROM ruby:2.3.4
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp
WORKDIR /myapp
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source 'https://rubygems.org'

#don't upgrade
gem 'rails', '4.2.7.1'
gem 'rails', '4.2.8'

ruby '2.3.3'
ruby '2.3.4'

gem 'rake'

Expand Down
Loading

0 comments on commit efad3bb

Please sign in to comment.