Skip to content

Commit

Permalink
fixate test-unit version that works with mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Feb 11, 2013
1 parent e780fab commit 8412161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -4,9 +4,9 @@ gem 'jruby-rack'

group :test do
gem 'rake'
gem 'test-unit'
gem 'test-unit', '2.5.3'
gem 'test-unit-context'
gem 'mocha'
gem 'mocha', '~> 0.12.6'
end

group :delayed_job do
Expand Down

0 comments on commit 8412161

Please sign in to comment.