Skip to content

Commit

Permalink
Avoid too new test-unit for Ruby 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Oct 11, 2017
1 parent 00e4697 commit 1ffb2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :test do
gem 'mspec'
gem 'activesupport', '~>3.2.0'
gem 'minitest', '< 5.0.0', :require => false
gem 'test-unit'
gem 'test-unit', '~>2.1.1.0'
end

# Declare any dependencies that are still in development here instead of in
Expand Down

0 comments on commit 1ffb2b3

Please sign in to comment.