Skip to content

Commit

Permalink
Updated test-unit gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Dec 13, 2011
1 parent 42429e5 commit d2683ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ group :development, :test do
gem 'annotate', '~> 2.4.1.beta', :require => false
gem 'awesome_print', '>= 0.3.1'

gem 'test-unit', '2.4.2', :platform => :mri_19
gem 'test-unit', '~> 2.4.3', :platform => :mri_19
gem 'rspec-rails', '>= 2.5.0'
gem 'ffaker', '>= 1.5.0'
gem 'factory_girl', '>= 1.3.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
test-unit (2.4.2)
test-unit (2.4.3)
therubyracer (0.9.8)
libv8 (~> 3.3.10)
thor (0.14.6)
Expand Down Expand Up @@ -210,7 +210,7 @@ DEPENDENCIES
sass-rails (~> 3.1.1)
simple_form (~> 1.5.2)
simplecov
test-unit (= 2.4.2)
test-unit (~> 2.4.3)
therubyracer
uglifier
unicorn
Expand Down

0 comments on commit d2683ed

Please sign in to comment.