Skip to content

Commit

Permalink
Merge pull request #136 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 committed Sep 4, 2024
2 parents 4c17e20 + 0670a32 commit 5184584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ end
# TODO: While running the rails app locally for testing you can set gems to your local path
# ! These "local" paths do not work with a docker image - use the repo instead
# 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 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 @@ -367,7 +367,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 @@ -405,7 +405,7 @@ DEPENDENCIES
json_rails_logger (~> 1.0.0)!
leaflet-rails
libv8-node (>= 16.10.0.0)
lr_common_styles (~> 1.9, >= 1.9.6)!
lr_common_styles (~> 1.9.0)!
minitest-rails-capybara
minitest-reporters
minitest-spec-rails
Expand Down

0 comments on commit 5184584

Please sign in to comment.