Skip to content

Commit

Permalink
Bump dotenv-rails from 3.1.1 to 3.1.2 (#715)
Browse files Browse the repository at this point in the history
Bumps [dotenv-rails](https://github.com/bkeepers/dotenv) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](bkeepers/dotenv@v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: dotenv-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 14, 2024
1 parent 73d1187 commit 41b87f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem 'yaaf', '~> 2.2'

group :development, :test do
gem 'annotate', '~> 3.2', '>= 3.0.3'
gem 'dotenv-rails', '~> 3.1.1'
gem 'dotenv-rails', '~> 3.1.2'
gem 'factory_bot_rails', '~> 6.4'
gem 'faker', '~> 3.3'
gem 'pry-byebug', '~> 3.9', platform: :mri
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ GEM
warden (~> 1.2.3)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (3.1.1)
dotenv-rails (3.1.1)
dotenv (= 3.1.1)
dotenv (3.1.2)
dotenv-rails (3.1.2)
dotenv (= 3.1.2)
railties (>= 6.1)
draper (4.0.2)
actionpack (>= 5.0)
Expand Down Expand Up @@ -626,7 +626,7 @@ DEPENDENCIES
delayed_job_active_record (~> 4.1)
devise (~> 4.9)
devise_token_auth!
dotenv-rails (~> 3.1.1)
dotenv-rails (~> 3.1.2)
draper (~> 4.0, >= 4.0.1)
factory_bot_rails (~> 6.4)
faker (~> 3.3)
Expand Down

0 comments on commit 41b87f7

Please sign in to comment.