Skip to content

Commit

Permalink
Merge pull request #116 from wirecard/dependabot/bundler/nokogiri-1.11.4
Browse files Browse the repository at this point in the history
Bump nokogiri from 1.10.9 to 1.11.4
  • Loading branch information
comanl authored Jul 15, 2021
2 parents 49f8b0f + 5f4eb11 commit e8b1a9a
Show file tree
Hide file tree
Showing 2 changed files with 7 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.2"
gem "pry", "~> 0.12.2"

gem "git", "~> 1.5"
gem "nokogiri", "~> 1.10.7"
gem "nokogiri", "~> 1.11.4"
gem "babel-transpiler", ">= 0.7.0", git: "https://github.com/isantoshsingh/ruby-babel-transpiler"
gem "therubyracer"
gem "html-proofer", "~> 3.15"
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,13 @@ GEM
libv8 (3.16.14.19)
mercenary (0.4.0)
method_source (0.9.2)
mini_portile2 (2.4.0)
mini_portile2 (2.5.3)
minitest (5.14.0)
minitest-color (0.0.2)
minitest (~> 5)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.4)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogumbo (2.0.2)
nokogiri (~> 1.8, >= 1.8.4)
os (1.1.0)
Expand Down Expand Up @@ -126,6 +127,7 @@ GEM
method_source (~> 0.9.0)
psych (3.1.0)
public_suffix (4.0.6)
racc (1.5.2)
rainbow (3.0.0)
rake (13.0.1)
rchardet (1.8.0)
Expand Down Expand Up @@ -219,7 +221,7 @@ DEPENDENCIES
json (~> 2.3)
minitest (~> 5.14)
minitest-color (~> 0.0.2)
nokogiri (~> 1.10.7)
nokogiri (~> 1.11.4)
os (~> 1.0)
pry (~> 0.12.2)
rake (~> 13.0)
Expand Down

0 comments on commit e8b1a9a

Please sign in to comment.