Actions
Bug #12217
closed`ruby_21` is not a valid platform` with older versions of Bundler
Description
Using :platforms in a Gemfile with newer Ruby versions is incompatible with older Bundler versions that we use on a number of packaged OSes. The Gemfile should use RUBY_VERSION instead of :platforms to restrict by Ruby version.
Oct 20 07:47:01 localhost systemd: Starting Foreman Proxy... Oct 20 07:47:01 localhost smart-proxy: /usr/share/foreman-proxy/Gemfile.in:9:in `instance_eval': `ruby_21` is not a valid platform. The available options are: [:ruby, :ruby_18, :ruby_19, :ruby_20, :mri, :mri_18, :mri_19, :mri_20, :rbx, :jruby, :mswin, :mingw, :mingw_18, :mingw_19, :mingw_20] (Bundler::GemfileError)
Updated by Dominic Cleal almost 9 years ago
- Related to Feature #12152: support for running of smart-proxy under ruby 2.2 added
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #12215: Debian package build is failing with "`ruby_22` is not a valid platform." added
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/331 added
- Pull request deleted (
)
Updated by Anonymous almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 00875b34eafe4993a7b0bcd93f7b238f86858b76.
Actions