Skip to content

Commit

Permalink
Merge pull request #73 from dxw/chore/switch-to-dotenv-gem
Browse files Browse the repository at this point in the history
Move from dotenv-rails to dot-env
  • Loading branch information
edavey authored Nov 4, 2024
2 parents 30e803b + cb3c0b2 commit bd04941
Show file tree
Hide file tree
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
Expand Up @@ -41,7 +41,7 @@ group :development, :test do
gem "brakeman"
gem "bullet"
gem "byebug", platforms: %i[mri mingw x64_mingw]
gem "dotenv-rails"
gem "dotenv"
gem "factory_bot_rails"
gem "faker"
gem "rspec-rails"
Expand Down
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ GEM
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (3.1.4)
dotenv-rails (3.1.4)
dotenv (= 3.1.4)
railties (>= 6.1)
drb (2.2.1)
e2mmap (0.1.0)
erubi (1.13.0)
Expand Down Expand Up @@ -475,7 +472,7 @@ DEPENDENCIES
cssbundling-rails (~> 1.4)
cuprite
database_cleaner
dotenv-rails
dotenv
factory_bot_rails
faker
govuk-components
Expand Down

0 comments on commit bd04941

Please sign in to comment.