Skip to content

Commit

Permalink
Merge pull request #121 from wirecard/dependabot/bundler/nokogiri-1.13.4
Browse files Browse the repository at this point in the history
Bump nokogiri from 1.13.2 to 1.13.4
  • Loading branch information
comanl authored Apr 12, 2022
2 parents 31e101b + 106081f commit 630c8fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.13.2"
gem "nokogiri", "~> 1.13.4"
gem "babel-transpiler", ">= 0.7.0", git: "https://github.com/isantoshsingh/ruby-babel-transpiler"
gem "therubyracer"
gem "html-proofer", "~> 3.15"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ GEM
minitest (5.14.0)
minitest-color (0.0.2)
minitest (~> 5)
nokogiri (1.13.2)
nokogiri (1.13.4)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogumbo (2.0.2)
Expand Down Expand Up @@ -221,7 +221,7 @@ DEPENDENCIES
json (~> 2.3)
minitest (~> 5.14)
minitest-color (~> 0.0.2)
nokogiri (~> 1.13.2)
nokogiri (~> 1.13.4)
os (~> 1.0)
pry (~> 0.12.2)
rake (~> 13.0)
Expand Down

0 comments on commit 630c8fc

Please sign in to comment.