-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Upgrade mustermann dependency ? #1511
Comments
@jarthod Thanks for yourt report! I'm going to investigate the problem in a few days. |
I heard from @zzak that the conttrib stuff was a result of merging many gems? Maybe he can help shed some light on what's going on? |
Well, I found a few points.
And then, I think we have two approach for managing mustermann gem.
If we decide to use |
I think we should use whatever is maintained. |
Yes, both |
Sounds good. Maybe you want to move it into the Grape organization @namusyaka? |
Exactly. Mustermann will be continued to be used by us. |
If you don't have org permissions move it to me and I'll move it to the org @namusyaka. |
I extracted mustermann-grape gem, and dropped the code base from Mustermann repository. |
Sounds good to me, let me know if you need anything from me. Thanks |
Also stuck due to the same upgrade. Would be great to use the new gem and release. Is there anything I can do to help? |
Sorry fory the late reply. I've just released v1.0.0.beta2. I'm going to close this issue, but if you still have the problem, please let me know. |
Thanks @namusyaka for the |
@russellsilva I'm going to cut new release mustermann-grape-1.0.0 after releasing official mustermann-1.0.0, and then we will release new grape. To avoid dependency dead lock, you can use this branch by adding following line to your Gemfile. gem 'grape', branch: 'upgrade-mustermann', github: 'ruby-grape/grape' |
I'm currently having trouble updating an app to Rails 5 because of this dependency, here's why:
rails 5
depends onrack 2
rack 2
requiressinatra 2+
sinatra 2
requiresmustermann 1
grape 0.18
depends onmustermann-grape 0.4
which depends onmustermann 0.4
So this is a deadlock and I can't bundle this. I tried to find
mustermann-grape
to see if we could upgrade the dependency but I can't find it, It seems with a github search that the Grape extension is now in mustermann-contrib.So I guess grape is now supposed to depend on
mustermann-contrib
?The text was updated successfully, but these errors were encountered: