Skip to content
Merged
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
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'nanoc', '~> 4.13'
gem 'nanoc', '~> 4.14'
gem 'nanoc-redirector', '~> 0.4.1'
gem 'adsf'
gem 'kramdown'
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GEM
adsf (1.5.2)
rack (>= 1.0.0, < 4.0.0)
rackup (~> 2.1)
base64 (0.2.0)
base64 (0.3.0)
builder (3.3.0)
coderay (1.1.3)
concurrent-ruby (1.3.5)
Expand Down Expand Up @@ -52,30 +52,30 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
lumberjack (1.2.4)
memo_wise (1.11.0)
memo_wise (1.13.0)
method_source (1.1.0)
mini_portile2 (2.8.9)
multi_json (1.15.0)
nanoc (4.13.5)
nanoc (4.14.0)
addressable (~> 2.5)
nanoc-checking (~> 1.0, >= 1.0.2)
nanoc-cli (= 4.13.5)
nanoc-core (= 4.13.5)
nanoc-cli (= 4.14.0)
nanoc-core (= 4.14.0)
nanoc-deploying (~> 1.0)
parallel (~> 1.12)
tty-command (~> 0.8)
tty-which (~> 0.4)
nanoc-checking (1.0.6)
nanoc-cli (~> 4.12, >= 4.12.5)
nanoc-core (~> 4.12, >= 4.12.5)
nanoc-cli (4.13.5)
nanoc-cli (4.14.0)
cri (~> 2.15)
diff-lcs (~> 1.3)
logger (~> 1.6)
nanoc-core (= 4.13.5)
nanoc-core (= 4.14.0)
pry
zeitwerk (~> 2.1)
nanoc-core (4.13.5)
nanoc-core (4.14.0)
base64 (~> 0.2)
concurrent-ruby (~> 1.1)
ddmetrics (~> 1.0)
Expand Down Expand Up @@ -105,7 +105,7 @@ GEM
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (6.0.1)
public_suffix (6.0.2)
pygments.rb (4.0.0)
racc (1.8.1)
rack (3.1.18)
Expand Down Expand Up @@ -133,7 +133,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.4)
set (1.1.1)
set (1.1.2)
shellany (0.0.1)
slow_enumerator_tools (1.1.0)
sorted_set (1.0.3)
Expand All @@ -146,7 +146,7 @@ GEM
tty-platform (0.3.0)
tty-which (0.5.0)
webrick (1.8.2)
zeitwerk (2.7.2)
zeitwerk (2.7.3)

PLATFORMS
ruby
Expand All @@ -157,7 +157,7 @@ DEPENDENCIES
guard-livereload
guard-nanoc
kramdown
nanoc (~> 4.13)
nanoc (~> 4.14)
nanoc-redirector (~> 0.4.1)
nokogiri (>= 1.10.8)
pygments.rb
Expand Down
Loading