Skip to content

Commit

Permalink
update jekyll gems
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-moor committed Aug 24, 2024
1 parent 6c43421 commit a708f38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Gemfile.lock

.bundle/
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

source "https://rubygems.org"

gem "jekyll", "~> 4.2.2"
#gem "jekyll", "~> 4.2.2"
gem "jekyll"

group :jekyll_plugins do
gem "jekyll-feed"
Expand All @@ -11,4 +12,5 @@ group :jekyll_plugins do
gem "jekyll-redirect-from"
end

gem "webrick", "~> 1.7"
#gem "webrick", "~> 1.7"
gem "webrick"

0 comments on commit a708f38

Please sign in to comment.