From 861481436b933bf4b8d647c43191c701651f16e4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 8 Oct 2010 01:34:37 -0700 Subject: bump kgio dependency to 1.3.0 There was a backwards-incompatible API change, but that didn't even affect us. --- script/isolate_for_tests | 2 +- unicorn.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/isolate_for_tests b/script/isolate_for_tests index 7b2ee77..7542557 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -17,7 +17,7 @@ opts = { pid = fork do Isolate.now!(opts) do gem 'sqlite3-ruby', '1.2.5' - gem 'kgio', '1.2.0' + gem 'kgio', '1.3.0' gem 'rack', '1.1.0' end end diff --git a/unicorn.gemspec b/unicorn.gemspec index c4d5029..94eeba6 100644 --- a/unicorn.gemspec +++ b/unicorn.gemspec @@ -48,7 +48,7 @@ Gem::Specification.new do |s| # commented out. Nevertheless, upgrading to Rails 2.3.4 or later is # *strongly* recommended for security reasons. s.add_dependency(%q) - s.add_dependency(%q, '~> 1.2.1') + s.add_dependency(%q, '~> 1.3.0') s.add_development_dependency('isolate', '~> 2.1.2') -- cgit v1.2.3-24-ge0c7