You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
$ bundle
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Bundler found conflicting requirements for the Ruby version:
In Gemfile:
Ruby
rspec-expectations was resolved to 3.10.0.pre, which depends on
Ruby (>= 1.8.7)
rubysl was resolved to 1.1.0, which depends on
rubysl-irb (~> 1.0) was resolved to 1.0.2, which depends on
Ruby (~> 1.8.7)
This gets evaluated somehow:
platforms :rbx do
gem 'rubysl'
end
Your environment
Ruby version: 3.0.2
rspec-expectations version: HEAD
Steps to reproduce
export USE_GIT_REPOS=1
rvm use 3.0.2
bundle
Expected behavior
Bundle install should succeed.
Actual behavior
See error above.
The text was updated successfully, but these errors were encountered:
dblock
changed the title
Ruby 3.0.2 bundle install complains on rubysl
Ruby 3.0.2 bundle install tries to install rubysl
Feb 27, 2022
Subject of the issue
Ruby 3.0.2 bundle install complains on rubysl.
Works with Ruby 2.6.5.
This gets evaluated somehow:
Your environment
Steps to reproduce
Expected behavior
Bundle install should succeed.
Actual behavior
See error above.
The text was updated successfully, but these errors were encountered: