Actions
Bug #12876
closedForeman build can't find bundler 1.3 or higher on Wheezy/Precise
Difficulty:
Triaged:
Description
Builds of Foreman core are failing on Debian Wheezy and Ubuntu Precise as they can't find a matching Bundler version. #7230 increased the min version to 1.3 as a dep of Rails 4.1, but the distros have 1.1.4 and 1.0.15 respectively.
Builds fail with:
13:32:12 [31mBundler could not find compatible versions for gem "bundler": 13:32:12 In Gemfile: 13:32:12 rails (= 4.1.5) ruby depends on 13:32:12 bundler (< 2.0, >= 1.3.0) ruby 13:32:12 13:32:12 Current Bundler version: 13:32:12 bundler (1.1.4)
We'll probably need to ship our own newer package.
Updated by Dominic Cleal about 9 years ago
- Related to Feature #7230: Upgrade Ruby on Rails to 4.1 added
Updated by Dominic Cleal about 9 years ago
- Blocks Tracker #3157: Rails 4.1 upgrade tasks added
Updated by The Foreman Bot about 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman-packaging/pull/926 added
Updated by Dominic Cleal about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Actions