Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 8ab6919

Browse files
authored
Merge pull request #1 from iamsimakov/dependabot/bundler/examples/nokogiri_script/nokogiri-1.10.4
Bump nokogiri from 1.10.1 to 1.10.4 in /examples/nokogiri_script
2 parents ae0a4d1 + 5b31482 commit 8ab6919

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/nokogiri_script/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'nokogiri', '~> 1.10', '>= 1.10.1'
3+
gem 'nokogiri', '~> 1.10'

examples/nokogiri_script/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
mini_portile2 (2.4.0)
5-
nokogiri (1.10.1)
5+
nokogiri (1.10.4)
66
mini_portile2 (~> 2.4.0)
77

88
PLATFORMS
99
ruby
1010

1111
DEPENDENCIES
12-
nokogiri (~> 1.10, >= 1.10.1)
12+
nokogiri (~> 1.10)
1313

1414
BUNDLED WITH
1515
1.16.2

0 commit comments

Comments
 (0)