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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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' -- cgit v1.2.3