Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify Ruby with
.ruby-version
in Gemfile
`Gemfile` allows on to use a `file` argument to specify where to get the Ruby version. This commit implements this to get the Ruby version from `.ruby-version`. This will reduce the number of edits to make when upgrading the Ruby version in the future. Ref: - https://andycroll.com/ruby/read-ruby-version-in-your-gemfile/
- Loading branch information