From: Eric Wong <e@80x24.org>
To: rainbows-public@bogomips.org
Subject: [PATCH 3/3] t/test_isolate: various version updates
Date: Wed, 2 Jan 2019 21:43:22 +0000 [thread overview]
Message-ID: <20190102214322.31290-4-e@80x24.org> (raw)
In-Reply-To: <20190102214322.31290-1-e@80x24.org>
---
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 @@
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 @@
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'
--
EW
prev parent reply other threads:[~2019-01-02 21:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-02 21:43 [PATCH 0/3] various updates for Ruby 2.6 Eric Wong
2019-01-02 21:43 ` [PATCH 1/3] quiet mismatched indentation warnings Eric Wong
2019-01-02 21:43 ` [PATCH 2/3] t/hijack.ru: avoid shadow warning Eric Wong
2019-01-02 21:43 ` Eric Wong [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://yhbt.net/rainbows/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190102214322.31290-4-e@80x24.org \
--to=e@80x24.org \
--cc=rainbows-public@bogomips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhbt.net/rainbows.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).