Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pathname from runtime_dependency #739

Merged
merged 2 commits into from
Mar 17, 2023
Merged

Conversation

soutaro
Copy link
Owner

@soutaro soutaro commented Mar 17, 2023

I found that installing pathname into non default location with bundle config path ??? caused a problem, because pathname is not vendored in bundler.

You have already activated pathname 0.1.0, but your Gemfile requires pathname 0.2.1. Since pathname is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports pathname as a default gem. (Gem::LoadError)

https://github.com/soutaro/bundler-pathname-error/blob/main/test

So, removing dependency from gemspec of Steep would be a quick solution.

@soutaro soutaro enabled auto-merge March 17, 2023 04:40
@soutaro soutaro modified the milestones: Steep 1.3.x, Steep 1.4 Mar 17, 2023
@soutaro soutaro merged commit 3f71c7a into master Mar 17, 2023
@soutaro soutaro deleted the no-pathname-in-gemspec branch March 17, 2023 05:11
soutaro added a commit that referenced this pull request Mar 17, 2023
Remove pathname from runtime_dependency
soutaro added a commit that referenced this pull request Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant