Skip to content

Commit

Permalink
Updating old Rails gems to non-missing test-unit version
Browse files Browse the repository at this point in the history
  • Loading branch information
bwillis committed Sep 29, 2015
1 parent f0e397d commit bd140c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gemfiles/rails3.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GEM
json (1.8.3)
mime-types (1.23)
multi_json (1.7.3)
power_assert (0.2.2)
power_assert (0.2.4)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
Expand Down Expand Up @@ -94,7 +94,7 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
test-unit (3.0.8)
test-unit (3.1.4)
power_assert
thor (0.18.1)
thread_safe (0.3.5)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails4.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GEM
mime-types (1.23)
minitest (4.7.5)
multi_json (1.7.7)
power_assert (0.2.2)
power_assert (0.2.4)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
Expand Down Expand Up @@ -76,7 +76,7 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
test-unit (3.0.8)
test-unit (3.1.4)
power_assert
thor (0.18.1)
thread_safe (0.1.0)
Expand Down

0 comments on commit bd140c8

Please sign in to comment.