Skip to content

Commit

Permalink
[website] add .ruby-version
Browse files Browse the repository at this point in the history
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
mroch authored and facebook-github-bot committed Jan 19, 2018
1 parent 947d15d commit b11f925
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions website/.ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3.4
2 changes: 1 addition & 1 deletion website/Gemfile
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'
Expand Down
2 changes: 1 addition & 1 deletion website/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ RUBY VERSION
ruby 2.3.4p301

BUNDLED WITH
1.15.1
1.16.1

0 comments on commit b11f925

Please sign in to comment.