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

lock ruby_dep version to ~> 1.3.1 for ruby 2.2.3 support #20894

Merged
merged 1 commit into from Feb 26, 2018
Merged

Conversation

wjordan
Copy link
Contributor

@wjordan wjordan commented Feb 26, 2018

Fix regression in #20878 for Ruby 2.2.3. This PR adds a workaround for ruby_dep, which is an explicit-ruby-version-whitelisting 'feature' used by the listen gem (which is a dependency of rerun, which was updated in the referenced PR). What a terrible idea.

@wjordan wjordan requested a review from aoby February 26, 2018 19:40
@wjordan wjordan merged commit 60511dd into staging Feb 26, 2018
@wjordan wjordan deleted the ruby_dep-fix branch February 26, 2018 20:12
Hamms added a commit that referenced this pull request Mar 14, 2023
In #20894, we added an explicit dependency on `ruby_dep` so we could specify the version that gets installed by the `listen` gem (a dependency of `rerun`), which at the time depended on it. The `listen` gem no longer has this dependency, so we no longer need it at all!

Also, it's preventing a a potential upgrade to Ruby 3.0:

```
Bundler found conflicting requirements for the Ruby version:
  In Gemfile:
    ruby_dep (~> 1.3.1) was resolved to 1.3.1, which depends on
      Ruby (>= 2.0.0, ~> 2.0)

  Current Ruby version:
    Ruby (= 3.0.5)
```
@Hamms Hamms mentioned this pull request Mar 14, 2023
8 tasks
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.

None yet

2 participants