From 8171710421be314fcfa920612af11e8d8ba26e4d Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 6 Feb 2026 06:42:58 +0000 Subject: [PATCH] Relax Ruby version to ~> 2.6.0 (allows 2.6.10 in Docker) --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9cd72eed..d20a0856 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby '2.6.5' +ruby '~> 2.6.0' #ruby '2.5.7' @@ -52,7 +52,7 @@ gem 'mini_magick' gem 'jquery-fileupload-rails', '~> 0.4.7' #Report and Printing gems -gem 'cups', '~> 0.0.7' +# gem 'cups', '~> 0.0.7' gem 'prawn' gem 'prawn-table'