Giter VIP home page Giter VIP logo

Comments (6)

alexanderadam avatar alexanderadam commented on July 30, 2024 1

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 🙏

from open-source-billing.

shahzadtariq-nxb avatar shahzadtariq-nxb commented on July 30, 2024 1

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

from open-source-billing.

lfvaca avatar lfvaca commented on July 30, 2024

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

from open-source-billing.

kinan53 avatar kinan53 commented on July 30, 2024

from open-source-billing.

alexanderadam avatar alexanderadam commented on July 30, 2024

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.

from open-source-billing.

poudelprakash avatar poudelprakash commented on July 30, 2024

@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

from open-source-billing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.