Skip to content

Commit 1969815

Browse files
siyingfacebook-github-bot
authored andcommitted
Remove docs/Gemfile.lock and update github-pages version (facebook#11173)
Summary: One system reports that a dependency in docs/Gemfile.lock is out-of-date and has a risk. I don't see a point of having Gemfile.lock checked in and dealing with dependencies all the time at all. It should be able to regenerated using `bundle install`. Update Gemfile file to a later version too. Pull Request resolved: facebook#11173 Test Plan: Run bundle install bundle exec jekyll serve --host=0.0.0.0 and see website working locally. Reviewed By: ajkr Differential Revision: D42897698 fbshipit-source-id: aeaf065c28b8f6582f1af1b5ffbbd5fa194afe24
1 parent c19672c commit 1969815

File tree

2 files changed

+1
-286
lines changed

2 files changed

+1
-286
lines changed

docs/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
2-
gem 'github-pages', '~> 225'
2+
gem 'github-pages', '~> 227'
33

44
gem "webrick", "~> 1.7"

docs/Gemfile.lock

-285
This file was deleted.

0 commit comments

Comments
 (0)