Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem "jekyll", ">= 4.1.1"
gem "thin"
gem "thin", ">= 2.0.0"
gem "webrick", "~> 1.7"
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.1)
rack (2.2.10)
rack (3.1.16)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
Expand All @@ -64,10 +65,11 @@ GEM
rake (>= 13)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thin (1.8.2)
thin (2.0.1)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
logger
rack (>= 1, < 4)
unicode-display_width (2.6.0)
webrick (1.9.1)

Expand All @@ -76,7 +78,7 @@ PLATFORMS

DEPENDENCIES
jekyll (>= 4.1.1)
thin
thin (>= 2.0.0)
webrick (~> 1.7)

BUNDLED WITH
Expand Down