about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2018-10-09 19:43:05 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-10-09 19:43:05 +0200
commit076ceffa846671f05e05ec1fa065470de0bd3dc1 (patch)
treec3b7ad9a8fcdc5aec9ab32a10d2620c1cfa31d1c /Gemfile.lock
parente50cb5f4bd83339049f51dd2e9673be873f16539 (diff)
Bump dotenv-rails from 2.2.2 to 2.5.0 (#8934)
Bumps [dotenv-rails](https://github.com/bkeepers/dotenv) from 2.2.2 to 2.5.0.
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/master/Changelog.md)
- [Commits](https://github.com/bkeepers/dotenv/compare/v2.2.2...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 549314cb6..2b05c5a60 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -184,9 +184,9 @@ GEM
       unf (>= 0.0.5, < 1.0.0)
     doorkeeper (5.0.0)
       railties (>= 4.2)
-    dotenv (2.2.2)
-    dotenv-rails (2.2.2)
-      dotenv (= 2.2.2)
+    dotenv (2.5.0)
+    dotenv-rails (2.5.0)
+      dotenv (= 2.5.0)
       railties (>= 3.2, < 6.0)
     elasticsearch (6.0.2)
       elasticsearch-api (= 6.0.2)
@@ -673,7 +673,7 @@ DEPENDENCIES
   devise-two-factor (~> 3.0)
   devise_pam_authenticatable2 (~> 9.2)
   doorkeeper (~> 5.0)
-  dotenv-rails (~> 2.2, < 2.3)
+  dotenv-rails (~> 2.5)
   fabrication (~> 2.20)
   faker (~> 1.9)
   fast_blank (~> 1.0)