Skip to content

Commit

Permalink
Merge pull request #119 from wirecard/dependabot/bundler/nokogiri-1.12.5
Browse files Browse the repository at this point in the history
Bump nokogiri from 1.11.4 to 1.12.5
  • Loading branch information
comanl authored Sep 28, 2021
2 parents fee52c0 + 10027c4 commit 8b9b3b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem "rdoc", "~> 6.3"
gem "pry", "~> 0.12.2"

gem "git", "~> 1.5"
gem "nokogiri", "~> 1.11.4"
gem "nokogiri", "~> 1.12.5"
gem "babel-transpiler", ">= 0.7.0", git: "https://github.com/isantoshsingh/ruby-babel-transpiler"
gem "therubyracer"
gem "html-proofer", "~> 3.15"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ GEM
libv8 (3.16.14.19)
mercenary (0.4.0)
method_source (0.9.2)
mini_portile2 (2.5.3)
mini_portile2 (2.6.1)
minitest (5.14.0)
minitest-color (0.0.2)
minitest (~> 5)
nokogiri (1.11.4)
mini_portile2 (~> 2.5.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogumbo (2.0.2)
nokogiri (~> 1.8, >= 1.8.4)
Expand Down Expand Up @@ -221,7 +221,7 @@ DEPENDENCIES
json (~> 2.3)
minitest (~> 5.14)
minitest-color (~> 0.0.2)
nokogiri (~> 1.11.4)
nokogiri (~> 1.12.5)
os (~> 1.0)
pry (~> 0.12.2)
rake (~> 13.0)
Expand Down

0 comments on commit 8b9b3b3

Please sign in to comment.