Project

General

Profile

Actions

Defect #30114

closed

Installing xpath with Bundler fails in Ruby <=2.2

Added by Go MAEDA over 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Gems support
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

"bundle install" and "bundle update" fails in Ruby <=2.2 because the recent versions of xpath gem require newer Ruby.

xpath version Required Ruby version
3.2.0 (2018-10-15) >= 2.3
3.1.0 (2018-05-26) >= 2.2
3.0.0 (2017-12-30) >= 2.2
2.1.0 (2017-05-25) >= 1.9.3

Related issues

Has duplicate Redmine - Defect #30716: latest version of xpath gem need ruby 2.3Closed

Actions
Actions #1

Updated by Go MAEDA over 5 years ago

Gem::InstallError: xpath requires Ruby version >= 2.3.
An error occurred while installing xpath (3.2.0), and Bundler cannot continue.
Make sure that `gem install xpath -v '3.2.0'` succeeds before bundling.
Actions #2

Updated by Go MAEDA about 5 years ago

  • Has duplicate Defect #30716: latest version of xpath gem need ruby 2.3 added
Actions #3

Updated by Go MAEDA about 5 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Target version set to 3.4.9
  • Resolution set to Fixed

Committed the fix for 4.0-stable and 3.4-stable. Now xpath < 3.2 is installed for Ruby < 2.3.

Actions

Also available in: Atom PDF