Skip to content

Commit

Permalink
chore(deps-dev): bump dotenv-rails from 2.7.5 to 2.7.6
Browse files Browse the repository at this point in the history
Bumps [dotenv-rails](https://github.com/bkeepers/dotenv) from 2.7.5 to 2.7.6.
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/master/Changelog.md)
- [Commits](bkeepers/dotenv@v2.7.5...v2.7.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 9, 2021
1 parent f2fa1eb commit 8f54335
Showing 1 changed file with 29 additions and 25 deletions.
54 changes: 29 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,51 +70,54 @@ GEM
msgpack (~> 1.0)
brakeman (4.8.2)
builder (3.2.4)
bundler-audit (0.7.0.1)
bundler-audit (0.8.0)
bundler (>= 1.2.0, < 3)
thor (>= 0.18, < 2)
thor (~> 1.0)
byebug (11.1.3)
case_transform (0.2)
activesupport
coderay (1.1.3)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.9)
crass (1.0.6)
dotenv (2.7.5)
dotenv-rails (2.7.5)
dotenv (= 2.7.5)
railties (>= 3.2, < 6.1)
erubi (1.9.0)
ffi (1.13.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
erubi (1.10.0)
ffi (1.15.3)
globalid (0.5.2)
activesupport (>= 5.0)
gyoku (1.3.1)
builder (>= 2.1.2)
hashdiff (1.0.1)
httpi (2.4.4)
httpi (2.4.5)
rack
socksify
i18n (1.8.3)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jsonapi-renderer (0.2.2)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.6.0)
loofah (2.11.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mimemagic (0.3.5)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.1)
mini_portile2 (2.6.1)
minitest (5.14.4)
msgpack (1.3.3)
nio4r (2.5.2)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nio4r (2.5.8)
nokogiri (1.12.2)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nori (2.6.0)
pagy (3.8.2)
parallel (1.19.2)
Expand All @@ -128,6 +131,7 @@ GEM
pry (>= 0.10.4)
puma (4.3.5)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -158,11 +162,11 @@ GEM
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rake (13.0.1)
rake (13.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (1.7.1)
regexp_parser (2.1.1)
rexml (3.2.4)
rollbar (2.26.0)
rubocop (0.86.0)
Expand Down Expand Up @@ -201,9 +205,9 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (1.0.1)
thor (1.1.0)
thread_safe (0.3.6)
tzinfo (1.2.7)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
wasabi (3.5.0)
Expand All @@ -217,7 +221,7 @@ GEM
websocket-driver (0.7.2)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.3.1)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand Down

0 comments on commit 8f54335

Please sign in to comment.