Skip to content

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