Actions
Refactor #10099
closedpin execjs gem for Ruby 1.9
Description
22:45:28 Installing execjs (2.5.1) 22:45:28 Gem::InstallError: execjs requires Ruby version >= 2.0.0. 22:45:28 An error occurred while installing execjs (2.5.1), and Bundler cannot continue. 22:45:28 Make sure that `gem install execjs -v '2.5.1'` succeeds before bundling. 22:45:28 make: *** [build/foreman] Error 5 22:45:28 dpkg-buildpackage: error: debian/rules build gave error exit status 2
Execjs 2.5.1 requires Ruby 2.0.0 or greater.
I think 1.8 Debian packages need this. Maybe also 1.7.
Updated by Anonymous over 9 years ago
- Related to Refactor #8884: Drop Ruby 1.9.3 support added
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 40
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d88ceee3db74051096f5280f92468fe3a2621d90.
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release changed from 40 to 28
1.7-stable is already pinned to < 2.1.0.
Actions