diff --git a/Gemfile b/Gemfile index 95c2109..c2f6ea2 100644 --- a/Gemfile +++ b/Gemfile @@ -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