fix dotenv-rails version
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -23,7 +23,7 @@ gem 'turbo-rails'
|
|||||||
# Use Redis adapter to run Action Cable in production
|
# Use Redis adapter to run Action Cable in production
|
||||||
gem 'redis', '~> 4.2.5'
|
gem 'redis', '~> 4.2.5'
|
||||||
# Autoload dotenv in Rails
|
# Autoload dotenv in Rails
|
||||||
gem 'dotenv-rails'
|
gem 'dotenv-rails', '~> 2.7.6'
|
||||||
# Use Active Model has_secure_password
|
# Use Active Model has_secure_password
|
||||||
gem 'bcrypt', '~> 3.1.7'
|
gem 'bcrypt', '~> 3.1.7'
|
||||||
# Flexible authentication solution for Rails with Warden
|
# Flexible authentication solution for Rails with Warden
|
||||||
|
|||||||
@@ -397,7 +397,7 @@ DEPENDENCIES
|
|||||||
capybara (>= 3.26)
|
capybara (>= 3.26)
|
||||||
database_cleaner
|
database_cleaner
|
||||||
devise (~> 4.7.3)
|
devise (~> 4.7.3)
|
||||||
dotenv-rails
|
dotenv-rails (~> 2.7.6)
|
||||||
listen (~> 3.3)
|
listen (~> 3.3)
|
||||||
lograge (~> 0.11.2)
|
lograge (~> 0.11.2)
|
||||||
mobility (~> 1.1.1)
|
mobility (~> 1.1.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user