Skip to content

Commit

Permalink
put "lookbook" gem in development group and pin to the latest path of v1
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed May 8, 2023
1 parent 276760c commit 7c75a1c
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 @@ -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'

Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7c75a1c

Please sign in to comment.