Skip to content

Commit

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

---
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 6, 2024
1 parent cb4e13c commit 3bef503
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
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.0'
gem 'dotenv-rails', '~> 3.1.1'
gem 'factory_bot_rails', '~> 6.4'
gem 'faker', '~> 3.3'
gem 'pry-byebug', '~> 3.9', platform: :mri
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -188,9 +188,9 @@ GEM
warden (~> 1.2.3)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (3.1.0)
dotenv-rails (3.1.0)
dotenv (= 3.1.0)
dotenv (3.1.1)
dotenv-rails (3.1.1)
dotenv (= 3.1.1)
railties (>= 6.1)
draper (4.0.2)
actionpack (>= 5.0)
Expand Down Expand Up @@ -285,8 +285,8 @@ GEM
railties (>= 6.0)
responders (>= 2)
io-console (0.7.2)
irb (1.12.0)
rdoc
irb (1.13.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.11.5)
actionview (>= 5.0.0)
Expand Down Expand Up @@ -463,7 +463,7 @@ GEM
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.9.0)
reline (0.5.1)
reline (0.5.5)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
Expand Down Expand Up @@ -623,7 +623,7 @@ DEPENDENCIES
delayed_job_active_record (~> 4.1)
devise (~> 4.9)
devise_token_auth!
dotenv-rails (~> 3.1.0)
dotenv-rails (~> 3.1.1)
draper (~> 4.0, >= 4.0.1)
factory_bot_rails (~> 6.4)
faker (~> 3.3)
Expand Down

0 comments on commit 3bef503

Please sign in to comment.