Skip to content

Commit

Permalink
Merge pull request #204 from epimorphics/spike/update-lr-common-style…
Browse files Browse the repository at this point in the history
…-gem-version

Updated lr_common_styles gem version
  • Loading branch information
jonrandahl authored Nov 27, 2023
2 parents 9ec210f + 0cb717d commit 98b903b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This app allows the user to explore HMLR price-paid open linked data.

## 1.7.5 - 2023-11-27

- (Jon) Updated the `lr_common_styles` gem to the latest 1.9.3 patch release.

## 1.7.4 - 2023-11-23

- (Jon) Updated the `lr_common_styles` gem to the latest 1.9.2 patch release.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ gem 'yajl-ruby', require: 'yajl'
# ! These "local" paths do not work with a docker image - use the repo instead
# gem 'data_services_api', '~> 1.3.3', path: '~/Epimorphics/shared/data_services_api/'
# gem 'json_rails_logger', '~>1.0.0', path: '~/Epimorphics/shared/json-rails-logger/'
# gem 'lr_common_styles', '~> 1.9.2', path: '~/Epimorphics/clients/land-registry/projects/lr_common_styles/'
# gem 'lr_common_styles', '~> 1.9.3', 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 'data_services_api', '~> 1.3.3'
gem 'json_rails_logger', '~>1.0.0'
gem 'lr_common_styles', '~> 1.9.2'
gem 'lr_common_styles', '~> 1.9.3'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ GEM
json
lograge
railties
lr_common_styles (1.9.2)
lr_common_styles (1.9.3)
bootstrap-sass (~> 3.4.0)
font-awesome-rails (~> 4.7.0.1)
govuk_elements_rails (~> 2.0.0)
Expand Down Expand Up @@ -385,7 +385,7 @@ DEPENDENCIES
json_expressions
json_rails_logger (~> 1.0.0)!
libv8-node (>= 16.10.0.0)
lr_common_styles (~> 1.9.2)!
lr_common_styles (~> 1.9.3)!
memory_profiler
minitest-rails
minitest-reporters
Expand Down
2 changes: 1 addition & 1 deletion app/lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Version
MAJOR = 1
MINOR = 7
PATCH = 4
PATCH = 5
SUFFIX = nil
VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && ".#{SUFFIX}"}"
end

0 comments on commit 98b903b

Please sign in to comment.