From 040a96eaa19a2766e7c28995d9d10b339ce9f6e9 Mon Sep 17 00:00:00 2001 From: hellekin Date: Tue, 6 Oct 2020 11:50:59 +0200 Subject: [SECURITY] Update Ruby to v2.6.6 (take two) --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index d63e73c..0f2d720 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '2.6.5' +ruby '2.6.6' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.0.3', '>= 6.0.3.2' diff --git a/Gemfile.lock b/Gemfile.lock index 60d9b9a..449493a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -212,7 +212,7 @@ DEPENDENCIES webpacker (~> 4.0) RUBY VERSION - ruby 2.6.5p114 + ruby 2.6.6p146 BUNDLED WITH 2.1.4 -- cgit v1.2.3