Skip to content

Commit

Permalink
Bump nanoc from 4.12.21 to 4.13.0 (#158)
Browse files Browse the repository at this point in the history
Bumps [nanoc](https://github.com/nanoc/nanoc) from 4.12.21 to 4.13.0.
- [Release notes](https://github.com/nanoc/nanoc/releases)
- [Changelog](https://github.com/nanoc/nanoc/blob/main/nanoc/NEWS.md)
- [Commits](nanoc/nanoc@nanoc-cli-v4.12.21...nanoc-cli-v4.13.0)

---
updated-dependencies:
- dependency-name: nanoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent 1ed6e54 commit 46b72fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
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

0 comments on commit 46b72fc

Please sign in to comment.