From 7e8abbd3b9b4a73ebc76b23329955f4024acf4b8 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Sun, 13 Jun 2021 13:40:15 -0700 Subject: [PATCH] =?UTF-8?q?Update=20Ruby=20dependency:=202.5.8=20=E2=86=92?= =?UTF-8?q?=202.5.9=20(patch)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Targets: docker run --rm \ registry.opensuse.org/opensuse/infrastructure/osem/containers/osem/base \ ruby --version See also: - #2646 - #2680 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 783b9c6f..c4fb3a4b 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby ENV['OSEM_RUBY_VERSION'] || '2.5.8' +ruby ENV['OSEM_RUBY_VERSION'] || '2.5.9' # rails-assets requires >= 1.8.4 if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')