forked from jorgecasar/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: rvm seems happier with this than relying on the Gemfile. when it's in the gemfile, it seems to warn about it and not actually switch rubies, but it does switch with .ruby-version. Reviewed By: gabelevi Differential Revision: D6751050 fbshipit-source-id: 00a2c6cb4425cd8bc9c4650daf46cec34757bdaf
- Loading branch information
1 parent
947d15d
commit b11f925
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.3.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
source 'https://rubygems.org' | ||
ruby '2.3.4' | ||
ruby '~> 2.3.0' | ||
|
||
gem 'jekyll' | ||
gem 'jekyll-redirect-from' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,4 +122,4 @@ RUBY VERSION | |
ruby 2.3.4p301 | ||
|
||
BUNDLED WITH | ||
1.15.1 | ||
1.16.1 |