Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nanoc from 4.12.21 to 4.13.0 #158

Merged
merged 1 commit into from
Jun 19, 2024
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.12'
gem 'nanoc', '~> 4.13'
gem 'nanoc-redirector', '~> 0.4.1'
gem 'adsf'
gem 'kramdown'
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ GEM
builder (3.3.0)
coderay (1.1.3)
colored (1.2)
concurrent-ruby (1.2.3)
cri (2.15.11)
concurrent-ruby (1.3.3)
cri (2.15.12)
ddmetrics (1.1.0)
ddplugin (1.0.3)
diff-lcs (1.5.1)
Expand Down Expand Up @@ -52,30 +52,30 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.4)
memo_wise (1.8.0)
memo_wise (1.9.0)
method_source (1.1.0)
mini_portile2 (2.8.7)
multi_json (1.15.0)
nanoc (4.12.21)
nanoc (4.13.0)
addressable (~> 2.5)
colored (~> 1.2)
nanoc-checking (~> 1.0, >= 1.0.2)
nanoc-cli (= 4.12.21)
nanoc-core (= 4.12.21)
nanoc-cli (= 4.13.0)
nanoc-core (= 4.13.0)
nanoc-deploying (~> 1.0)
parallel (~> 1.12)
tty-command (~> 0.8)
tty-which (~> 0.4)
nanoc-checking (1.0.5)
nanoc-cli (~> 4.12, >= 4.12.5)
nanoc-core (~> 4.12, >= 4.12.5)
nanoc-cli (4.12.21)
nanoc-cli (4.13.0)
cri (~> 2.15)
diff-lcs (~> 1.3)
nanoc-core (= 4.12.21)
nanoc-core (= 4.13.0)
pry
zeitwerk (~> 2.1)
nanoc-core (4.12.21)
nanoc-core (4.13.0)
base64 (~> 0.2)
concurrent-ruby (~> 1.1)
ddmetrics (~> 1.0)
Expand All @@ -100,15 +100,15 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.24.0)
parallel (1.25.1)
pastel (0.8.0)
tty-color (~> 0.5)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.1.2)
stringio
public_suffix (5.0.5)
public_suffix (5.1.1)
pygments.rb (3.0.0)
racc (1.8.0)
rack (3.0.9.1)
Expand Down Expand Up @@ -143,7 +143,7 @@ GEM
sorted_set (1.0.3)
rbtree
set (~> 1.0)
stringio (3.1.0)
stringio (3.1.1)
strscan (3.1.0)
thor (1.0.1)
tty-color (0.6.0)
Expand All @@ -152,7 +152,7 @@ GEM
tty-platform (0.3.0)
tty-which (0.5.0)
webrick (1.8.1)
zeitwerk (2.6.13)
zeitwerk (2.6.16)

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