]> cat aescling's git repositories - mastodon.git/commitdiff
Bump thwait from 0.1.0 to 0.2.0 (#14436)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 27 Jul 2020 22:01:59 +0000 (07:01 +0900)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2020 22:01:59 +0000 (07:01 +0900)
Bumps [thwait](https://github.com/ruby/thwait) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/ruby/thwait/releases)
- [Commits](https://github.com/ruby/thwait/compare/v0.1.0...v0.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index a7da5d8549b9430397f5d5a4feede18f84a23a6d..ef830507b63fc4edb87b9aa66128145ad3109725 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,7 @@ gem 'sprockets', '~> 3.7.2'
 gem 'thor', '~> 0.20'
 gem 'rack', '~> 2.2.3'
 
-gem 'thwait', '~> 0.1.0'
+gem 'thwait', '~> 0.2.0'
 gem 'e2mmap', '~> 0.1.0'
 
 gem 'hamlit-rails', '~> 0.2'
index 87c40fd87a32710cd626d9ea51f2837ac773e0fa..fe557c7386363dfc93468f4c9a643f40b75f5dd4 100644 (file)
@@ -619,7 +619,8 @@ GEM
       climate_control (>= 0.0.3, < 1.0)
     thor (0.20.3)
     thread_safe (0.3.6)
-    thwait (0.1.0)
+    thwait (0.2.0)
+      e2mmap
     tilt (2.0.10)
     tty-color (0.5.1)
     tty-cursor (0.7.1)
@@ -789,7 +790,7 @@ DEPENDENCIES
   streamio-ffmpeg (~> 3.0)
   strong_migrations (~> 0.6)
   thor (~> 0.20)
-  thwait (~> 0.1.0)
+  thwait (~> 0.2.0)
   tty-prompt (~> 0.21)
   twitter-text (~> 1.14)
   tzinfo-data (~> 1.2020)