Actions
Defect #30716
closedlatest version of xpath gem need ruby 2.3
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Ruby support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
When bundle, the latest xpath which resolved to capybara gem requires higher Ruby version.
Please check and update it. Thanks.
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' --source 'https://rubygems.org/'` succeeds before bundling. In Gemfile: capybara was resolved to 2.18.0, which depends on xpath
Related issues
Updated by Tigergm Wu almost 6 years ago
Before, the xpath 3.1.0 should work under the Ruby 2.2 version.
Updated by Tigergm Wu almost 6 years ago
- Status changed from New to Resolved
Sorry. May it's a mistake. I bundled in one new enviroment and it succeeded.
Updated by Go MAEDA almost 6 years ago
- Is duplicate of Defect #30114: Installing xpath with Bundler fails in Ruby <=2.2 added
Updated by Go MAEDA almost 6 years ago
- Status changed from Resolved to Closed
- Resolution set to Duplicate
Closing as a duplicate of #30114.
I also observed the error a few times but I cannot reproduce it for now.
Actions