Skip to content

Commit

Permalink
Remove docs/Gemfile.lock and update github-pages version (facebook#11173
Browse files Browse the repository at this point in the history
)

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
  • Loading branch information
siying authored and facebook-github-bot committed Feb 14, 2023
1 parent c19672c commit 1969815
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 286 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
gem 'github-pages', '~> 225'
gem 'github-pages', '~> 227'

gem "webrick", "~> 1.7"
285 changes: 0 additions & 285 deletions docs/Gemfile.lock

This file was deleted.

0 comments on commit 1969815

Please sign in to comment.