Skip to content

Commit

Permalink
Merge pull request #1888 from alphagov/ruby-2-6-5
Browse files Browse the repository at this point in the history
Upgrade Ruby to 2.6.5
  • Loading branch information
thomasleese authored Oct 2, 2019
2 parents bb4ca91 + 3ab3571 commit 97ea38e
Show file tree
Hide file tree
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.6.3
2.6.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6.3
FROM ruby:2.6.5
RUN apt-get update -qq && apt-get upgrade -y && apt-get install -y build-essential nodejs && apt-get clean
RUN gem install foreman

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

RUBY VERSION
ruby 2.6.3p62
ruby 2.6.5p114

BUNDLED WITH
1.17.2

0 comments on commit 97ea38e

Please sign in to comment.