Skip to content

Commit

Permalink
Bump dotenv-rails from 2.8.1 to 3.0.3
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.3.
- [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.3)

---
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 27, 2024
1 parent 0723ded commit 5daaa6e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.10'
gem 'tinify'
end
Expand Down
20 changes: 10 additions & 10 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.3)
dotenv-rails (3.0.3)
dotenv (= 3.0.3)
railties (>= 6.1)
erubi (1.12.0)
ffi (1.16.3)
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,14 +142,14 @@ 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)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
rack (2.2.8.1)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.8)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
thor (1.3.0)
thor (1.3.1)
tilt (2.0.10)
timecop (0.9.8)
timeout (0.4.0)
Expand All @@ -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.10)
puma (~> 6)
Expand Down

0 comments on commit 5daaa6e

Please sign in to comment.