diff options
author | mayaeh <mayaeh@marimo-net.org> | 2020-01-12 05:49:59 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2020-01-11 21:49:59 +0100 |
commit | 998ba16f13028ab166b14e15b08c8245f4044d28 (patch) | |
tree | 03a02611bfc668b60c1ddd611a773b190aecee11 | |
parent | 10f1450bba228502ca897338d7ad883d6ed7ed1f (diff) |
Update lockfile for #12800 (#12825)
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 650d5ef85..656425a91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,6 +224,7 @@ GEM dotenv-rails (2.7.5) dotenv (= 2.7.5) railties (>= 3.2, < 6.1) + e2mmap (0.1.0) elasticsearch (7.3.0) elasticsearch-api (= 7.3.0) elasticsearch-transport (= 7.3.0) @@ -627,6 +628,7 @@ GEM climate_control (>= 0.0.3, < 1.0) thor (0.20.3) thread_safe (0.3.6) + thwait (0.1.0) tilt (2.0.10) tty-color (0.5.0) tty-command (0.9.0) @@ -707,6 +709,7 @@ DEPENDENCIES discard (~> 1.1) doorkeeper (~> 5.2) dotenv-rails (~> 2.7) + e2mmap (~> 0.1.0) fabrication (~> 2.21) faker (~> 2.10) fast_blank (~> 1.0) @@ -794,6 +797,7 @@ DEPENDENCIES streamio-ffmpeg (~> 3.0) strong_migrations (~> 0.5) thor (~> 0.20) + thwait (~> 0.1.0) tty-command (~> 0.9) tty-prompt (~> 0.20) twitter-text (~> 1.14) |