From 17ba4debd205681cc4e89e31f0008719dd4b0b26 Mon Sep 17 00:00:00 2001 From: Daniel Couzens Date: Mon, 19 Aug 2024 11:28:30 +0100 Subject: [PATCH] updates gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f34a12f..c7ec5a6 100644 --- a/Gemfile +++ b/Gemfile @@ -46,5 +46,5 @@ gem 'qonsole-rails', git: 'https://github.com/epimorphics/qonsole-rails' # TODO: In production you want to set this to the gem from the epimorphics package repo source 'https://rubygems.pkg.github.com/epimorphics' do gem 'json_rails_logger', '~> 1.0.0' - gem 'lr_common_styles', '~> 1.9.3' + gem 'lr_common_styles', '~> 1.9', '>= 1.9.5' end