commit 1229fb839bf64d0b05ca833fb1b264dfe9d62f32 (patch)
parent bbd10a0 t/hijack.ru: avoid shadow warning
tree 279943d9ecb0e54f3909aae051c13fce2a2f3130
author Eric Wong <e@80x24.org> 2018-05-18 06:26:58 +0000
committer Eric Wong <e@80x24.org> 2019-01-02 21:40:46 +0000
t/test_isolate: various version updates
---
t/test_isolate.rb | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index b1aaf13..b1aa5bb 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -16,11 +16,11 @@ $stdout.reopen($stderr)
lock = File.open(__FILE__, "rb")
lock.flock(File::LOCK_EX)
Isolate.now!(opts) do
- gem 'kgio', '2.11.0'
- gem 'rack', '2.0.1'
+ gem 'kgio', '2.11.2'
+ gem 'rack', '2.0.6'
gem 'kcar', '0.6.0'
- gem 'raindrops', '0.18.0'
- gem 'unicorn', '5.3.0'
+ gem 'raindrops', '0.19.0'
+ gem 'unicorn', '5.4.1'
if engine == "ruby"
gem 'sendfile', '1.2.2'
@@ -43,7 +43,7 @@ Isolate.now!(opts) do
end
if RUBY_PLATFORM =~ /linux/
- gem 'sleepy_penguin', '3.4.1'
+ gem 'sleepy_penguin', '3.5.1'
# is 2.6.32 new enough?
gem 'io_splice', '4.4.0' if `uname -r`.strip > '2.6.32'
glossary
--------
Commit objects reference one tree, and zero or more parents.
Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.
Multiple parents means the commit is a merge.
Root commits have no ancestor. Note that it is
possible to have multiple root commits when merging independent histories.
Every commit references one top-level tree object.
git clone http://yhbt.net/rainbows.git