diff --git a/Gemfile b/Gemfile index d35af13..25f1e52 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'omniauth-github' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 3.0' # Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' +gem 'bcrypt', '~> 3.1.7' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development diff --git a/Gemfile.lock b/Gemfile.lock index 6a7bb4b..937446c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,6 +158,7 @@ PLATFORMS ruby DEPENDENCIES + bcrypt (~> 3.1.7) byebug devise devise_token_auth