Skip to content

Commit

Permalink
Pin the ruby version for this project (#258)
Browse files Browse the repository at this point in the history
* Pin the ruby version for this project

This ensures we’re using a consistent version, which will prevent bundler weirdness.
To Test:
1. See that CI is passing.
2. Check out this branch, and run ruby -v. The output should be something like ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-darwin18].

* Use 2.6.4 instead
  • Loading branch information
jkmassel authored Mar 13, 2020
1 parent 2fbc35c commit e493684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.6.4

0 comments on commit e493684

Please sign in to comment.