Skip to content

Commit

Permalink
Bump dotenv-rails from 2.8.1 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [dotenv-rails](https://github.com/bkeepers/dotenv) from 2.8.1 to 3.0.2.
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](bkeepers/dotenv@v2.8.1...v3.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent af7504a commit 5a1c631
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :assets, :development do
end

group :development do
gem 'dotenv-rails', '~> 2.8'
gem 'dotenv-rails', '~> 3.0'
gem 'listen', '>= 3.0.5', '< 3.9'
gem 'tinify'
end
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ GEM
crass (1.0.6)
date (3.3.3)
diff-lcs (1.5.1)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
dotenv (3.0.2)
dotenv-rails (3.0.2)
dotenv (= 3.0.2)
railties (>= 6.1)
erubi (1.12.0)
ffi (1.15.5)
globalid (1.2.1)
Expand All @@ -130,7 +130,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.21.2)
minitest (5.22.2)
msgpack (1.7.2)
net-imap (0.3.7)
date
Expand All @@ -142,7 +142,7 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
public_suffix (5.0.4)
Expand Down Expand Up @@ -239,7 +239,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.12)
zeitwerk (2.6.13)

PLATFORMS
ruby
Expand All @@ -248,7 +248,7 @@ DEPENDENCIES
aws-sdk-s3 (~> 1.143)
bootsnap (>= 1.1.0)
capybara (~> 3.40)
dotenv-rails (~> 2.8)
dotenv-rails (~> 3.0)
kramdown (~> 2.4)
listen (>= 3.0.5, < 3.9)
puma (~> 6)
Expand Down

0 comments on commit 5a1c631

Please sign in to comment.