Skip to content

Commit

Permalink
Merge pull request #132 from epimorphics/spike/update-common-styles-g…
Browse files Browse the repository at this point in the history
…em-version

build: Updated `LR_Common_Styles.gem` to v.1.9.7
  • Loading branch information
jonrandahl authored Sep 4, 2024
2 parents af6f5e4 + 48845ea commit 9546d9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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!
Expand Down

0 comments on commit 9546d9d

Please sign in to comment.