Skip to content

Commit 13d5d85

Browse files
committed
use minitest 4.7.3
1 parent a063076 commit 13d5d85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/gemfiles/Gemfile.rails-3.0.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ gemspec :path => "./../.."
44
gem "actionpack", "~> 3.0.0"
55
gem "railties", "~> 3.0.0"
66

7-
gem 'minitest', '~> 4.0'
7+
gem 'minitest', '= 4.7.3'

test/gemfiles/Gemfile.rails-3.1.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ gem "actionpack", "~> 3.1.0", :github => "josh/rails", :branch => "3-1-stable-sp
66
gem "railties", "~> 3.1.0", :github => "josh/rails", :branch => "3-1-stable-sprockets"
77
gem "tzinfo"
88

9-
gem 'minitest', '~> 4.0'
9+
gem 'minitest', '= 4.7.3'

test/gemfiles/Gemfile.rails-3.2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ gem "actionpack", "~> 3.2.0", :github => "josh/rails", :branch => "3-2-stable-sp
66
gem "railties", "~> 3.2.0", :github => "josh/rails", :branch => "3-2-stable-sprockets"
77
gem "tzinfo"
88

9-
gem 'minitest', '~> 4.0'
9+
gem 'minitest', '= 4.7.3'

0 commit comments

Comments
 (0)