Skip to content

Commit

Permalink
Merge pull request #195 from cristianoliveira/dependabot/bundler/noko…
Browse files Browse the repository at this point in the history
…giri-1.16.5

chore(deps): bump nokogiri from 1.16.2 to 1.16.5
  • Loading branch information
harsh183 authored May 17, 2024
2 parents c7ddc29 + 112617d commit 175d5f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'faraday'
gem 'nokogiri', '1.16.2'
gem 'nokogiri', '1.16.5'
gem 'rspec'
gem 'redcarpet'
gem 'rake'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ GEM
diff-lcs (1.3)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
multipart-post (2.0.0)
nokogiri (1.16.2)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.7.3)
Expand All @@ -33,7 +33,7 @@ PLATFORMS
DEPENDENCIES
byebug
faraday
nokogiri (= 1.16.2)
nokogiri (= 1.16.5)
rake
redcarpet
rspec
Expand Down

0 comments on commit 175d5f6

Please sign in to comment.