From 17ba4debd205681cc4e89e31f0008719dd4b0b26 Mon Sep 17 00:00:00 2001 From: Daniel Couzens Date: Mon, 19 Aug 2024 11:28:30 +0100 Subject: [PATCH 1/2] 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 From 13aae401a33a3ba55ceae8cbdf721c1698be111d Mon Sep 17 00:00:00 2001 From: Daniel Couzens Date: Mon, 19 Aug 2024 11:40:36 +0100 Subject: [PATCH 2/2] updates changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2724d..902f524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ including the SPARQL Qonsole ## 1.7.7 - 2024-08 +- (Dan) Updates gemfile to use v1.9.5 lr_common_styles - (Dan) Adds underlines to links in body text to meet WCAG 2.2 accessibiliy requirments[GH-126](https://github.com/epimorphics/lr-landing/issues/126) ## 1.7.6 - 2024-03-12