Skip to content

Commit

Permalink
Exchange dotenv-rails for dotenv
Browse files Browse the repository at this point in the history
The -rails gem is no longer needed
bkeepers/dotenv#468
  • Loading branch information
rossta committed Mar 17, 2024
1 parent 927f17d commit d176fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -61,7 +61,7 @@ group :development, :test do
gem "brakeman", require: false # A static analysis security vulnerability scanner for Ruby on Rails applications [https://github.com/presidentbeef/brakeman]
gem "bundle-audit", require: false # Patch level verification for Bundler [https://github.com/rubysec/bundler-audit]
gem "debug", platforms: %i[mri windows] # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "dotenv-rails" # A Ruby gem to load environment variables from `.env` [https://github.com/bkeepers/dotenv]
gem "dotenv" # A Ruby gem to load environment variables from `.env` [https://github.com/bkeepers/dotenv]
gem "factory_bot_rails" # A library for setting up Ruby objects as test data [https://github.com/thoughtbot/factory_bot_rails]
gem "faker", require: false # A library for generating fake data [https://github.com/faker-ruby/faker]
gem "mail_interceptor" # Intercepts and forwards emails in non-production environments [https://github.com/bigbinary/mail_interceptor]
Expand Down
5 changes: 1 addition & 4 deletions Gemfile.lock
Expand Up @@ -126,9 +126,6 @@ GEM
device_detector (1.1.2)
diff-lcs (1.5.1)
dotenv (3.1.0)
dotenv-rails (3.1.0)
dotenv (= 3.1.0)
railties (>= 6.1)
drb (2.2.1)
dry-cli (1.0.0)
dry-configurable (1.1.0)
Expand Down Expand Up @@ -464,7 +461,7 @@ DEPENDENCIES
capybara
debug
device_detector
dotenv-rails
dotenv
erb_lint
factory_bot_rails
faker
Expand Down

0 comments on commit d176fb4

Please sign in to comment.