Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: dotenv-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2022
1 parent c0ae441 commit 5fc0513
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 @@ -16,7 +16,7 @@ gem 'newrelic_rpm'
gem 'active_interaction', "~> 3.6"
gem 'faraday-panoptes', "~> 0.3"
gem 'panoptes-client', "~> 0.3"
gem 'dotenv-rails', "~> 2.6"
gem 'dotenv-rails', "~> 2.8"

group :development, :test do
gem 'byebug', "~> 10.0"
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ GEM
crass (1.0.6)
database_cleaner (1.7.0)
diff-lcs (1.3)
dotenv (2.6.0)
dotenv-rails (2.6.0)
dotenv (= 2.6.0)
railties (>= 3.2, < 6.0)
erubi (1.10.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
erubi (1.11.0)
factory_girl (4.9.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.9.0)
Expand All @@ -104,7 +104,7 @@ GEM
activesupport (>= 5.0)
hitimes (1.2.6)
honeybadger (4.12.1)
i18n (1.11.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
ice_cube (0.14.0)
json (2.3.0)
Expand All @@ -122,7 +122,7 @@ GEM
method_source (0.9.2)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.2)
minitest (5.16.3)
multipart-post (2.1.1)
newrelic_rpm (4.7.1.340)
nio4r (2.5.8)
Expand Down Expand Up @@ -168,8 +168,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
railties (5.2.8.1)
actionpack (= 5.2.8.1)
activesupport (= 5.2.8.1)
Expand Down Expand Up @@ -239,7 +239,7 @@ DEPENDENCIES
active_model_serializers (~> 0.10)
byebug (~> 10.0)
database_cleaner (~> 1.7)
dotenv-rails (~> 2.6)
dotenv-rails (~> 2.8)
factory_girl_rails (~> 4.8)
faraday-detailed_logger (~> 2.5)
faraday-panoptes (~> 0.3)
Expand Down

0 comments on commit 5fc0513

Please sign in to comment.