Skip to content

Commit

Permalink
Bump nokogiri from 1.13.9 to 1.13.10 (#126)
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.13.9...v1.13.10)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2022
1 parent a6868c4 commit 1b2ce11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem "pry", "~> 0.12.2"
gem 'ffi', "~> 1.15.5", git: "https://github.com/ffi/ffi", submodules: true

gem "git", "~> 1.11"
gem "nokogiri", "~> 1.13.9"
gem "nokogiri", "~> 1.13.10"
gem "babel-transpiler", ">= 0.7.0", git: "https://github.com/isantoshsingh/ruby-babel-transpiler"
gem "therubyracer"
gem "html-proofer", "~> 3.15"
Expand Down
15 changes: 11 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/ffi/ffi
revision: e6311548e4dce7c98a54d6ab0f996e95dc413b07
submodules: true
specs:
ffi (1.15.5)

GIT
remote: https://github.com/isantoshsingh/ruby-babel-transpiler
revision: db6826234807f644bbc892db2df89e0ebb3c1076
Expand Down Expand Up @@ -51,7 +58,6 @@ GEM
ethon (0.12.0)
ffi (>= 1.3.0)
execjs (2.8.1)
ffi (1.12.2)
flay (2.12.1)
erubis (~> 2.7.0)
path_expander (~> 1.0)
Expand Down Expand Up @@ -90,7 +96,7 @@ GEM
minitest (5.14.0)
minitest-color (0.0.2)
minitest (~> 5)
nokogiri (1.13.9)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogumbo (2.0.2)
Expand Down Expand Up @@ -127,7 +133,7 @@ GEM
method_source (~> 0.9.0)
psych (3.1.0)
public_suffix (4.0.6)
racc (1.6.0)
racc (1.6.1)
rainbow (3.0.0)
rake (13.0.1)
rchardet (1.8.0)
Expand Down Expand Up @@ -215,13 +221,14 @@ DEPENDENCIES
babel-transpiler (>= 0.7.0)!
coderay (~> 1.1)
concurrent-ruby (~> 1.1)
ffi (~> 1.15.5)!
git (~> 1.11)
html-proofer (~> 3.15)
inch (~> 0.8.0)
json (~> 2.3)
minitest (~> 5.14)
minitest-color (~> 0.0.2)
nokogiri (~> 1.13.9)
nokogiri (~> 1.13.10)
os (~> 1.0)
pry (~> 0.12.2)
rake (~> 13.0)
Expand Down

0 comments on commit 1b2ce11

Please sign in to comment.