two-pack / redmine_auto_assign_group

Redmine Auto Assign Group Plugin
GNU General Public License v2.0
10 stars 1 forks source link

Broken test on travis-ci #10

Closed two-pack closed 5 years ago

two-pack commented 5 years ago

Broken test on travis-ci. https://travis-ci.org/two-pack/redmine_auto_assign_group/jobs/465549831

+bundle install --path vendor/bundle
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    rails (= 4.2.11) was resolved to 4.2.11, which depends on
      bundler (< 2.0, >= 1.3.0)
  Current Bundler version:
    bundler (2.0.1)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?
Could not find gem 'bundler (< 2.0, >= 1.3.0)', which is required by gem 'rails
(= 4.2.11)', in any of the sources.
two-pack commented 5 years ago

Related http://www.redmine.org/issues/30353

two-pack commented 5 years ago

I fixed travis.yml which downgraded bundler to 17.x.