Skip to content

Less strict about version of ruby 2.3 #693

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

Closed
wants to merge 1 commit into from

Conversation

ashawley
Copy link
Member

I have 2.3.3 installed, and 2.3.4 is the latest, so might as well use the ~> operator to specify Ruby version. Otherwise,

$ bundle
Your Ruby version is 2.3.3, but your Gemfile specified 2.3.1

@ashawley
Copy link
Member Author

This doesn't affect the Gemfile.lock which is a good thing, IMO

@heathermiller
Copy link
Member

Nah, it's really better to be exact with version numbers. We have a lot more dependencies now. Less possibilities for random people to fail to reproduce the build when we stick to exact version numbers.

In general, it's best practice to use RVM. So I'd suggest grabbing it if you don't have it. Switching Ruby versions with RVM is a one-liner.

@ashawley
Copy link
Member Author

We have a lot more dependencies now.

Sure, but you have a Gemfile.lock so no possibilities for random people to fail to reproduce the build.

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.

2 participants