diff --git a/.ruby-version b/.ruby-version index ec1cf33c3..57cf282eb 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.3 +2.6.5 diff --git a/Dockerfile b/Dockerfile index 2b6f6a693..7a1b5ace4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6.3 +FROM ruby:2.6.5 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 7e33cbef7..5c8f4be06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -388,7 +388,7 @@ DEPENDENCIES wraith (~> 4.2) RUBY VERSION - ruby 2.6.3p62 + ruby 2.6.5p114 BUNDLED WITH 1.17.3