loosen minitest in Gemfile
This commit is contained in:
parent
199c5f1ca5
commit
3f3f10222b
2 changed files with 3 additions and 2 deletions
|
@ -56,7 +56,8 @@ Bundler will fail when it can't find these locally
|
|||
+# gem 'spinach-rerun-reporter', '~> 0.0.2'
|
||||
|
||||
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
|
||||
gem 'minitest', '~> 5.7.0'
|
||||
- gem 'minitest', '~> 5.7.0'
|
||||
+ gem 'minitest', '~> 5.7'
|
||||
|
||||
# Generate Fake data
|
||||
- gem 'ffaker', '~> 2.0.0'
|
||||
|
|
2
debian/tests/spec
vendored
2
debian/tests/spec
vendored
|
@ -18,6 +18,6 @@ su gitlab -c 'truncate -s 0 Gemfile.lock'
|
|||
|
||||
export $(cat /etc/gitlab/gitlab-debian.conf)
|
||||
export INCLUDE_TEST_DEPENDS="true"
|
||||
su gitlab -c "bundle install --with development test --local"
|
||||
su gitlab -c "bundle install --local"
|
||||
su gitlab -c "bundle exec rake -f ${AUTOPKGTEST_TMP}/debian/tests/spec.rake
|
||||
#config 2/2 failed, controllers many failed
|
||||
|
|
Loading…
Reference in a new issue