diff --git a/.ruby-version b/.ruby-version index 6a6a3d8e3..ec1cf33c3 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.1 +2.6.3 diff --git a/Dockerfile b/Dockerfile index a3ef3201b..2b6f6a693 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 965fef136..de0659eaf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -394,7 +394,7 @@ DEPENDENCIES wraith (~> 4.2) RUBY VERSION - ruby 2.6.1p33 + ruby 2.6.3p62 BUNDLED WITH 1.17.3