Skip to content

Commit

Permalink
Merge pull request #1260 from dradis/nokogiri/update-to-1.16.5
Browse files Browse the repository at this point in the history
update nokogiri
  • Loading branch information
MattBudz committed May 22, 2024
2 parents a4173ef + 449d535 commit b9f408f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[v#.#.#] ([month] [YYYY])
- [entity]:
- [future tense verb] [feature]
- Upgraded gems:
- [gem]
- Upgraded gems: nokogiri, rexml
- Bugs fixes:
- [entity]:
- [future tense verb] [bug fix]
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ GEM
matrix (0.4.2)
method_source (0.9.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
mini_racer (0.6.2)
libv8-node (~> 16.10.0.0)
minitest (5.22.2)
Expand All @@ -299,14 +299,14 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-darwin)
nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand All @@ -327,7 +327,7 @@ GEM
public_suffix (5.0.3)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.0)
rack (2.2.8.1)
rack-mini-profiler (2.3.0)
rack (>= 1.2.0)
Expand Down Expand Up @@ -389,7 +389,8 @@ GEM
vegas (~> 0.1.2)
resque-status (0.5.0)
resque (~> 1.19)
rexml (3.2.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rinku (2.0.6)
rprogram (0.3.2)
rspec (3.10.0)
Expand Down Expand Up @@ -471,6 +472,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
strscan (3.1.0)
terser (1.1.15)
execjs (>= 0.3.0, < 3)
thor (1.2.2)
Expand Down

0 comments on commit b9f408f

Please sign in to comment.