Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from gentildpinto/dependabot/bundler/nokogiri-…
Browse files Browse the repository at this point in the history
…1.16.2

Bump nokogiri from 1.14.3 to 1.16.2
  • Loading branch information
gentildpinto authored Feb 6, 2024
2 parents b746c1d + 268585d commit 2ac96c8
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 @@ -17,7 +17,7 @@ gem 'puma', '~> 5.6.8'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.7.2', require: false

gem 'nokogiri', '~> 1.14.3'
gem 'nokogiri', '~> 1.16.2'

# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem 'rack-cors'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,20 +100,20 @@ GEM
marcel (1.0.1)
method_source (1.0.0)
mini_mime (1.1.0)
mini_portile2 (2.8.1)
mini_portile2 (2.8.5)
minitest (5.17.0)
msgpack (1.4.2)
nio4r (2.7.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.6.2)
racc (1.7.3)
rack (2.2.6.4)
rack-cors (1.1.1)
rack (>= 2.0.0)
Expand Down Expand Up @@ -210,7 +210,7 @@ DEPENDENCIES
capybara (>= 3.35.3)
irb (~> 1.3.4)
listen (~> 3.4.1)
nokogiri (~> 1.14.3)
nokogiri (~> 1.16.2)
pry (~> 0.14.0)
puma (~> 5.6.8)
rack-cors
Expand Down

0 comments on commit 2ac96c8

Please sign in to comment.