Skip to content

Commit

Permalink
remove bundle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Jan 8, 2024
1 parent ca60d9a commit 53b00d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

source 'https://rubygems.org'

gem 'html-pipeline', '>= 2.14.2'
gem 'jekyll', '>= 4.2.2'
gem 'jekyll-babel'
gem 'jekyll-last-modified-at'
Expand Down
12 changes: 2 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ GEM
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.25.1)
html-pipeline (3.0.1)
selma (~> 0.1)
zeitwerk (~> 2.5)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -71,26 +68,21 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rb_sys (0.9.85)
rexml (3.2.6)
rouge (4.2.0)
safe_yaml (1.0.5)
sass-embedded (1.69.6)
google-protobuf (~> 3.25)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
selma (0.2.0)
rb_sys (~> 0.9)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
webrick (1.8.1)
zeitwerk (2.6.12)

PLATFORMS
ruby

DEPENDENCIES
html-pipeline (>= 2.14.2)
jekyll (>= 4.2.2)
jekyll-babel
jekyll-last-modified-at
Expand Down

0 comments on commit 53b00d6

Please sign in to comment.