Skip to content

Commit

Permalink
Merge pull request #1421 from alphagov/msw-ruby-251
Browse files Browse the repository at this point in the history
Bump to ruby-2.5.1
barrucadu authored May 29, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents cebe1c5 + 1bd49fa commit f4f66d8
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.4
2.5.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.4.4
FROM ruby:2.5.1
RUN apt-get update -qq && apt-get upgrade -y && apt-get install -y build-essential nodejs && apt-get clean
RUN gem install foreman

2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -369,7 +369,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 2.4.4p296
ruby 2.5.1p57

BUNDLED WITH
1.16.1

0 comments on commit f4f66d8

Please sign in to comment.