mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* gems/bundled_gems: Upgrade to test-unit 3.0.8. assert_throw and
assert_nothing_thrown in test-unit 3.0.7 were broken by UncaughtThrowError change introduced in Ruby 2.2.0 preview2. These assertions in test-unit 3.0.8 work well with UncaughtThrowError in Ruby 2.2.0 preview2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9e52416cd3
commit
1137a46a81
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
Fri Dec 12 21:56:44 2014 Kouhei Sutou <kou@cozmixng.org>
|
||||||
|
|
||||||
|
* gems/bundled_gems: Upgrade to test-unit 3.0.8. assert_throw and
|
||||||
|
assert_nothing_thrown in test-unit 3.0.7 were broken by
|
||||||
|
UncaughtThrowError change introduced in Ruby 2.2.0
|
||||||
|
preview2. These assertions in test-unit 3.0.8 work well with
|
||||||
|
UncaughtThrowError in Ruby 2.2.0 preview2.
|
||||||
|
|
||||||
Fri Dec 12 19:48:55 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Fri Dec 12 19:48:55 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* bin/erb (ARGV.switch, ERB::Main#run): allow variables to be set
|
* bin/erb (ARGV.switch, ERB::Main#run): allow variables to be set
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
power_assert 0.2.2
|
power_assert 0.2.2
|
||||||
test-unit 3.0.7
|
test-unit 3.0.8
|
||||||
minitest 5.4.3
|
minitest 5.4.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue