From 0ace05101b91d669f51fa7c98242881352c53916 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Tue, 26 Jan 2016 00:19:18 +0000 Subject: Lock test-unit to 3.0.x releases Due to a change in test-unit 3.1.6 that supports yielding from setup to run a test, lock 3-2-stable to 3.0.x releases of test-unit to fix the build. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index daccb2e6b0..e82b66b255 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ else end gem 'i18n', '~> 0.6.11' -gem 'test-unit', '~> 3.0' +gem 'test-unit', '~> 3.0.0' if RUBY_VERSION < '1.9.3' gem 'rack-cache', '~> 1.2.0' -- cgit v1.2.3