From 48845ea3140bf025b21cf1c0852f37c1a5a7b191 Mon Sep 17 00:00:00 2001 From: "Jon R. Humphrey" Date: Wed, 4 Sep 2024 11:44:31 +0100 Subject: [PATCH] build: Updated `LR_Common_Styles.gem` to v.1.9.7 --- Gemfile | 6 +++--- Gemfile.lock | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index bb9f5ca..e61a083 100644 --- a/Gemfile +++ b/Gemfile @@ -14,10 +14,10 @@ gem 'jquery-rails' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.0' +gem 'get_process_mem', '~> 0.2.7' gem 'haml-rails', '~> 2.0.0' gem 'http_accept_language' gem 'prometheus-client', '~> 4.0' -gem 'get_process_mem', '~> 0.2.7' gem 'puma' gem 'sentry-rails', '~> 5.2' @@ -38,7 +38,7 @@ end # ! These "local" paths do not work with a docker image - use the repo instead # gem 'qonsole-rails', path: '~/Epimorphics/clients/land-registry/projects/qonsole-rails' # gem 'json_rails_logger', '~> 1.0.0', path: '~/Epimorphics/shared/json-rails-logger/' -# gem 'lr_common_styles', '~> 1.9', '>= 1.9.6', path: '~/Epimorphics/clients/land-registry/projects/lr_common_styles/' +# gem 'lr_common_styles', '~> 1.9.0', path: '~/Epimorphics/clients/land-registry/projects/lr_common_styles/' # rubocop:enable Layout/LineLength # TODO: In production you want to set this to the gem from the epimorphics github repo @@ -47,5 +47,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', '>= 1.9.6' + gem 'lr_common_styles', '~> 1.9.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 3e74e99..9a9de4f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -265,7 +265,7 @@ GEM json lograge railties - lr_common_styles (1.9.6) + lr_common_styles (1.9.7) bootstrap-sass (~> 3.4.0) font-awesome-rails (~> 4.7.0.1) govuk_elements_rails (~> 2.0.0) @@ -293,7 +293,7 @@ DEPENDENCIES jbuilder (~> 2.0) jquery-rails json_rails_logger (~> 1.0.0)! - lr_common_styles (~> 1.9, >= 1.9.6)! + lr_common_styles (~> 1.9.0)! prometheus-client (~> 4.0) puma qonsole-rails!