aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2016-01-26 00:19:18 +0000
committerAndrew White <andyw@pixeltrix.co.uk>2016-01-26 00:19:18 +0000
commit0ace05101b91d669f51fa7c98242881352c53916 (patch)
treeb5d9753fea4e07a7d322831f37998a58c0f367f0
parent1cae5603e60b48193bc1aa3573d034383657e414 (diff)
downloadrails-0ace05101b91d669f51fa7c98242881352c53916.tar.gz
rails-0ace05101b91d669f51fa7c98242881352c53916.tar.bz2
rails-0ace05101b91d669f51fa7c98242881352c53916.zip
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.
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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'