Bug #12615
closedBundler pack could not find compatible versions for gem "tins" on 1.9
Description
Debian package builds on Wheezy and Precise (both Ruby 1.9.3) are failing to pack bundler files:
11:15:39 /usr/bin/bundle pack
11:15:40 Fetching gem metadata from https://rubygems.org/........
11:15:49 Fetching gem metadata from https://rubygems.org/..
11:15:51 Bundler could not find compatible versions for gem "tins":
11:15:51 In Gemfile:
11:15:51 rubocop (= 0.35.1) ruby depends on
11:15:51 tins (<= 1.6.0) ruby
11:15:51
11:15:51 term-ansicolor (>= 0) ruby depends on
11:15:51 tins (1.7.0)
Updated by Dominic Cleal over 9 years ago
- Related to Feature #12530: Upgrade rubocop to 0.35.1 added
Updated by Dominic Cleal over 9 years ago
- Related to Bug #12431: tins 1.7.0 requires Ruby 2.0 or higher added
Updated by David Davis over 9 years ago
Not sure how much it helps us but rubocop has since removed the tins requirement:
Updated by Dominic Cleal over 9 years ago
Unsure if this is an intermittent issue or something has changed subtly to prevent it, as the latest nightly build succeeded:
I'll continue to monitor it.
Updated by Dominic Cleal over 9 years ago
Still failing sometimes: http://ci.theforeman.org/job/packaging_build_deb_coreproject/2635
Updated by Dominic Cleal over 9 years ago
- Status changed from New to Assigned
- Assignee set to Dominic Cleal
Updated by The Foreman Bot over 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2956 added
Updated by Dominic Cleal over 9 years ago
Running bundle pack --all
under Ruby 1.9.3 without an existing Gemfile.lock seems to reproduce it for me locally.
Updated by Dominic Cleal over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset eafe8e773b4aff69ebd6aa6c61c2431844bf059d.