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

groupdate was resolved to 4.3.0, which depends on Ruby (>= 2.4) #92

Closed
kinan53 opened this issue Jan 4, 2020 · 6 comments
Closed

groupdate was resolved to 4.3.0, which depends on Ruby (>= 2.4) #92

kinan53 opened this issue Jan 4, 2020 · 6 comments

Comments

@kinan53
Copy link

kinan53 commented Jan 4, 2020

I tried to install this framework as the commands you gave in the page .. all things went good but on installing bundle this error came up and i don't know how to solve this ... please help !
issue

@lfvaca
Copy link

lfvaca commented Jan 12, 2020

hey, this issue is resolved? i have the same issue

@kinan53
Copy link
Author

kinan53 commented Jan 15, 2020 via email

@alexanderadam
Copy link

alexanderadam commented Feb 12, 2020

The problem is, that the resolved dependencies are not clear.
In the Ruby community there's usually an easy solution for that, called Gemfile.lock that will be checked in and then everything is clear for the dependency resolver bundler.

In this particular project the file is not checked in, however. You can only find the Gemfile in it (without the .lock extension). This means that every installation might lead to different resolvings and therefore some issues like yours can appear.

I mentioned this once in issue 87 already but @shahzadtariq-nxb / @mshahzadtariq* is usually closing and forgetting about those issues.
I criticised this behaviour in issue 90 as well.
It wouldn't even be a major effort. They just would have to remove the Gemfile.lock from .gitignore and type something like

$ git add .gitignore Gemfile.lock
$ git commit -m 'Add Gemfile.lock'
$ git push

Furthermore the dependency situation would also be easier if they would provide a reproducible Docker image (issue 58). But this request was closed and forgotten in 2017 as well.

*I'm still curious why he is using two accounts.

@poudelprakash
Copy link

@alexanderadam could you please share your working Gemfile.lock file for this project, so that at least others can use the app for now until maintainers decide to resolve this

@alexanderadam
Copy link

alexanderadam commented Feb 13, 2020

I haven't it running at the moment and therefore I have none. Sorry.

EDIT: The Gemfile.lock was just pushed by the maintainer(s). 🎉
EDIT 2: Together with a Docker setup (docker-compose.yml and Dockerfiles)

Finally, thank you very much @shahzadtariq-nxb / @mshahzadtariq 🙏

@shahzadtariq-nxb
Copy link

Thank you @alexanderadam for your continuous contribution. I look forward to get more suggestions / feedback from you in future.

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

No branches or pull requests

5 participants