Merge pull request #5427 from axilleas/minitest_to_gemfile

Add minitest to Gemfile
This commit is contained in:
Jonne Haß 2014-11-29 15:33:18 +01:00
commit 04b000232f
2 changed files with 8 additions and 0 deletions

View file

@ -154,6 +154,13 @@ gem 'rails-timeago', '2.11.0'
# https://github.com/rubyzip/rubyzip#important-note
gem 'zip-zip'
# Prevent occasions where minitest is not bundled in
# packaged versions of ruby. See following issues/prs:
# https://github.com/gitlabhq/gitlabhq/issues/3826
# https://github.com/gitlabhq/gitlabhq/pull/3852
# https://github.com/discourse/discourse/pull/238
gem 'minitest'
# Windows and OSX have an execjs compatible runtime built-in, Linux users should
# install Node.js or use 'therubyracer'.

View file

@ -642,6 +642,7 @@ DEPENDENCIES
markerb (= 1.0.2)
messagebus_ruby_api (= 1.0.3)
mini_magick (= 4.0.1)
minitest
mobile-fu (= 1.3.1)
mysql2 (= 0.3.17)
nokogiri (= 1.6.4.1)