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

Commit ae0a4d1

Browse files
authored
Merge pull request #2 from iamsimakov/dependabot/bundler/examples/rails_app/nokogiri-1.10.4
Bump nokogiri from 1.10.1 to 1.10.4 in /examples/rails_app
2 parents be4a51d + 1cc9e38 commit ae0a4d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/rails_app/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gem 'jbuilder', '~> 2.5'
3636
# Reduces boot times through caching; required in config/boot.rb
3737
# gem 'bootsnap', '>= 1.1.0', require: false
3838

39-
gem 'nokogiri', '~> 1.10', '>= 1.10.1'
39+
gem 'nokogiri', '~> 1.10'
4040
gem 'therubyracer'
4141
gem 'tzinfo-data'
4242

examples/rails_app/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GEM
8383
jbuilder (2.8.0)
8484
activesupport (>= 4.2.0)
8585
multi_json (>= 1.2)
86-
libv8 (3.16.14.19-x86_64-linux)
86+
libv8 (3.16.14.19)
8787
listen (3.1.5)
8888
rb-fsevent (~> 0.9, >= 0.9.4)
8989
rb-inotify (~> 0.9, >= 0.9.7)
@@ -102,7 +102,7 @@ GEM
102102
minitest (5.11.3)
103103
multi_json (1.13.1)
104104
nio4r (2.3.1)
105-
nokogiri (1.10.1)
105+
nokogiri (1.10.4)
106106
mini_portile2 (~> 2.4.0)
107107
public_suffix (3.0.3)
108108
puma (3.12.1)
@@ -204,7 +204,7 @@ DEPENDENCIES
204204
coffee-rails (~> 4.2)
205205
jbuilder (~> 2.5)
206206
listen (>= 3.0.5, < 3.2)
207-
nokogiri (~> 1.10, >= 1.10.1)
207+
nokogiri (~> 1.10)
208208
puma (~> 3.11)
209209
rails (~> 5.2.0)
210210
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)