Skip to content

Commit

Permalink
Merge pull request #6350 from ministryofjustice/fix/update-dotenv
Browse files Browse the repository at this point in the history
Fix: update DotEnv
colinbruce authored Feb 13, 2024
2 parents b80a5a4 + b321456 commit e08b71f
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -107,7 +107,7 @@ gem "strong_migrations"
group :development, :test do
gem "awesome_print", "~> 1.9.2"
gem "byebug", platforms: %i[mri mingw x64_mingw]
gem "dotenv-rails", ">= 2.7.6"
gem "dotenv"
gem "erb_lint", "0.5.0", require: false
gem "hirb"
gem "htmlentities"
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -240,9 +240,6 @@ GEM
activerecord (>= 4.2, < 8)
docile (1.4.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
drb (2.2.0)
ruby2_keywords
dumb_delegator (1.0.0)
@@ -796,7 +793,7 @@ DEPENDENCIES
devise_saml_authenticatable (>= 1.7.0)
dibber
discard (~> 1.3)
dotenv-rails (>= 2.7.6)
dotenv
erb_lint (= 0.5.0)
factory_bot_rails (>= 6.2.0)
faker (>= 1.9.1)

0 comments on commit e08b71f

Please sign in to comment.