Skip to content

Commit

Permalink
Update Gemfile for local preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kapferer committed Nov 23, 2022
1 parent e588466 commit 2c54d73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
source "https://rubygems.org"
ruby RUBY_VERSION

gem "jekyll", "3.7.4"
gem 'pygments.rb', '~> 1.0.0'

# to use GitHub Pages
gem "github-pages", group: :jekyll_plugins

Expand All @@ -13,6 +10,7 @@ group :jekyll_plugins do
gem "jekyll-sitemap"
gem "jekyll-redirect-from"
gem "jekyll-seo-tag"
gem "webrick"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down

0 comments on commit 2c54d73

Please sign in to comment.