diff options
author | Axilleas Pipinellis <axilleas@archlinux.gr> | 2013-05-06 19:53:19 +0300 |
---|---|---|
committer | Axilleas Pipinellis <axilleas@archlinux.gr> | 2013-05-07 10:12:35 +0300 |
commit | 1c1e7975a9d9485897476741c825a9816c78b8ee (patch) | |
tree | d84d246bab94f5980193a7d5d4f3ddad710eba7d /Gemfile.lock | |
parent | 53413f128d049a7f45e4b3daf3dd0c3408a777e9 (diff) | |
download | gitlab-ce-1c1e7975a9d9485897476741c825a9816c78b8ee.tar.gz |
Add minitest to Gemfile. Fix #3826
There are occasions where minitest is not bundled in packaged
versions of ruby that some OSes distribute (eg Fedora). Adding
minitest to Gemfile ensures that it gets loaded and tests can run.
Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c06a1bd09cc..3080651ba29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -263,6 +263,7 @@ GEM treetop (~> 1.4.8) method_source (0.8.1) mime-types (1.23) + minitest (4.7.4) modernizr (2.6.2) sprockets (~> 2.0) multi_json (1.7.2) @@ -538,6 +539,7 @@ DEPENDENCIES kaminari (~> 0.14.1) launchy letter_opener + minitest modernizr (= 2.6.2) mysql2 omniauth (~> 1.1.3) |