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

Specify ruby version and use bundler to fix gem versions #367

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Liquidsoul
Copy link
Collaborator

Checklist

  • I've checked that all new and existing tests pass
  • I've updated the documentation if necessary
  • I've added an entry in the CHANGELOG to credit myself

Description

  • add a .ruby-version to specify the ruby version to use.
  • add a Gemfile to specify the version of the gem to use, mostly for rake and cocoapods.

Motivation and Context

When developing on the project, it can be difficult to ensure a consistent environment when the tools used or their versions are not specified somewhere.
This PR tries to help by specifying the ruby environment that should be used when running the various tasks.

@AliSoftware
Copy link
Owner

Done some similar work in #368 just now

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.

None yet

2 participants