Skip to content

Commit

Permalink
Update nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiyt committed Feb 25, 2024
1 parent cf78cf6 commit 35cff5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'

gem 'graphql-client', '~> 0.18.0'
gem 'kramdown', '~> 2.4.0'
gem 'nokogiri', '~> 1.14.3'
gem 'nokogiri', '~> 1.16.2'
gem 'sentry-raven', '~> 3.1.2'
gem 'ssrf_filter', '~> 1.0.8'
gem 'twingly-url', '~> 6.0.4'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ GEM
rexml
method_source (1.0.0)
minitest (5.19.0)
nokogiri (1.14.3-aarch64-linux)
nokogiri (1.16.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.14.3-arm64-darwin)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.1)
Expand All @@ -57,7 +57,7 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (4.0.7)
racc (1.6.2)
racc (1.7.3)
rainbow (3.1.1)
regexp_parser (2.8.0)
rexml (3.2.5)
Expand Down Expand Up @@ -125,7 +125,7 @@ DEPENDENCIES
coveralls (~> 0.8.23)
graphql-client (~> 0.18.0)
kramdown (~> 2.4.0)
nokogiri (~> 1.14.3)
nokogiri (~> 1.16.2)
pry-byebug (~> 3.10.1)
rspec (~> 3.11.0)
rubocop (~> 1.35.1)
Expand Down

0 comments on commit 35cff5f

Please sign in to comment.