From 7c75a1cdbc44ba5e18336bfee67c5613a71b831a Mon Sep 17 00:00:00 2001 From: Syphax Bouazzouni Date: Mon, 8 May 2023 03:09:22 +0200 Subject: [PATCH] put "lookbook" gem in development group and pin to the latest path of v1 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index dbf11f58b..6760c3e10 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,6 @@ gem 'rest-client' gem 'stackprof', require: false gem 'thin' gem 'view_component', '~> 2.72' -gem "lookbook" gem 'turnout' gem 'will_paginate', '~> 3.0' @@ -85,7 +84,7 @@ group :staging, :production, :appliance do end group :development do - # Capistrano Deployment + # Capistrano Deployment gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0', require: false # https://github.com/miloserdow/capistrano-deploy/issues/42 gem 'capistrano', '~> 3.11', require: false gem 'capistrano-bundler', require: false @@ -105,6 +104,7 @@ group :development do # Use console on exceptions pages [https://github.com/rails/web-console] gem 'web-console' + gem "lookbook", '~> 1.5.5' end group :test, :development do