From a5d160724bfa83d9d6d8decbbf8c14239a459fe0 Mon Sep 17 00:00:00 2001 From: Etienne Ischer Date: Sat, 7 Aug 2021 21:25:38 +0200 Subject: [PATCH] fix dotenv-rails version --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a5575c6..5fda823 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'turbo-rails' # Use Redis adapter to run Action Cable in production gem 'redis', '~> 4.2.5' # Autoload dotenv in Rails -gem 'dotenv-rails' +gem 'dotenv-rails', '~> 2.7.6' # Use Active Model has_secure_password gem 'bcrypt', '~> 3.1.7' # Flexible authentication solution for Rails with Warden diff --git a/Gemfile.lock b/Gemfile.lock index b63421a..9c2e78b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -397,7 +397,7 @@ DEPENDENCIES capybara (>= 3.26) database_cleaner devise (~> 4.7.3) - dotenv-rails + dotenv-rails (~> 2.7.6) listen (~> 3.3) lograge (~> 0.11.2) mobility (~> 1.1.1)