Skip to content

Commit

Permalink
locks json rails logger
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCouzens committed Oct 9, 2024
1 parent ced0dff commit 40bcf76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ end
# rubocop:disable Layout/LineLength
# 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 'json_rails_logger', '~> 1.1.0', path: '~/json-rails-logger/'
# 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 'json_rails_logger', '>=1.0.0', '< 1.1.0'
gem 'lr_common_styles', '~> 2.0'
end

0 comments on commit 40bcf76

Please sign in to comment.