Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
Expand Up @@ -9,7 +9,7 @@ gem 'iiifc-theme', github: 'iiif/iiifc-theme', branch: 'ignore-font-awsome'
# For open graph and Twitter Card elements
gem 'jekyll-seo-tag'

gem "webrick", "~> 1.7"
gem "webrick", "~> 1.8"

# Pining jekyll-liquify as 0.0.3 is broken
gem "jekyll-liquify", "0.0.2"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ GEM
typhoeus (1.4.1)
ethon (>= 0.9.0)
unicode-display_width (1.8.0)
webrick (1.8.1)
webrick (1.8.2)
yell (2.2.2)

PLATFORMS
Expand All @@ -134,7 +134,7 @@ DEPENDENCIES
jekyll-seo-tag
rake
rspec
webrick (~> 1.7)
webrick (~> 1.8)

BUNDLED WITH
2.3.3
Loading