Skip to content

Commit

Permalink
Fix Jekyll version and deps so it will run locally (#1465)
Browse files Browse the repository at this point in the history
Co-authored-by: Rand McKinney <rmckinne@adobe.com>
  • Loading branch information
crandmck and Rand McKinney authored Mar 4, 2024
1 parent 746e529 commit defe1bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
source 'https://rubygems.org'

gem 'github-pages', '110', group: :jekyll_plugins
gem "jekyll", "~> 3.7"
gem 'github-pages', group: :jekyll_plugins
gem 'webrick'

0 comments on commit defe1bb

Please sign in to comment.