Skip to content

Commit

Permalink
Merge pull request #1318 from alphagov/ruby-2-6-3
Browse files Browse the repository at this point in the history
Upgrade Ruby to 2.6.3
  • Loading branch information
edwardkerry authored Apr 24, 2019
2 parents e69877e + 51332cb commit df79707
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.1
2.6.3
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.1
FROM ruby:2.6.3
RUN apt-get update -qq && apt-get upgrade -y
RUN 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 @@ -394,7 +394,7 @@ DEPENDENCIES
wraith (~> 4.2)

RUBY VERSION
ruby 2.6.1p33
ruby 2.6.3p62

BUNDLED WITH
1.17.3

0 comments on commit df79707

Please sign in to comment.