Skip to content

Commit 1df3a2d

Browse files
Bump nokogiri from 1.8.5 to 1.12.5
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.5 to 1.12.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.8.5...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66bc540 commit 1df3a2d

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem 'devise', '~> 4.5.0'
2222
gem 'omniauth-facebook'
2323
gem 'rdiscount', '1.6.8'
2424
gem 'will_paginate'
25-
gem 'nokogiri', '1.8.5'
25+
gem 'nokogiri', '1.12.5'
2626
gem 'ransack', '~> 1.7'
2727
gem 'geocoder'
2828
gem 'haml', '4.0.7'

Gemfile.lock

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
GIT
2-
remote: git://github.com/Compass/compass-rails.git
3-
revision: d600de4a6c5870613aac63f32491da4771a3c982
2+
remote: https://github.com/Compass/compass-rails.git
3+
revision: f6391d0d30fa63bb9bf6cd94e0e5608012584e6e
44
branch: master
55
specs:
6-
compass-rails (2.0.5)
6+
compass-rails (4.0.0)
77
compass (~> 1.0.0)
88
sass-rails (< 5.1)
9-
sprockets (< 2.13)
9+
sprockets (< 4.0)
1010

1111
GEM
1212
remote: https://rubygems.org/
@@ -73,7 +73,7 @@ GEM
7373
activesupport (>= 4.0.0)
7474
mime-types (>= 1.16)
7575
childprocess (3.0.0)
76-
chunky_png (1.3.4)
76+
chunky_png (1.4.0)
7777
coffee-rails (4.2.2)
7878
coffee-script (>= 2.2.0)
7979
railties (>= 4.0.0)
@@ -148,7 +148,7 @@ GEM
148148
i18n (~> 0.5)
149149
faraday (0.12.2)
150150
multipart-post (>= 1.2, < 3)
151-
ffi (1.11.3)
151+
ffi (1.15.5)
152152
fission (0.5.0)
153153
CFPropertyList (~> 2.2)
154154
fog (1.41.0)
@@ -405,16 +405,17 @@ GEM
405405
mime-types-data (~> 3.2015)
406406
mime-types-data (3.2019.1009)
407407
mini_mime (1.0.2)
408-
mini_portile2 (2.3.0)
408+
mini_portile2 (2.6.1)
409409
minitest (5.14.0)
410410
multi_json (1.14.1)
411411
multi_test (0.1.2)
412412
multi_xml (0.6.0)
413413
multipart-post (2.0.0)
414414
newrelic_rpm (3.13.1.300)
415415
nio4r (2.5.2)
416-
nokogiri (1.8.5)
417-
mini_portile2 (~> 2.3.0)
416+
nokogiri (1.12.5)
417+
mini_portile2 (~> 2.6.1)
418+
racc (~> 1.4)
418419
oauth2 (1.4.0)
419420
faraday (>= 0.8, < 0.13)
420421
jwt (~> 1.0)
@@ -440,6 +441,7 @@ GEM
440441
public_suffix (4.0.3)
441442
puma (4.3.1)
442443
nio4r (~> 2.0)
444+
racc (1.6.0)
443445
rack (1.6.12)
444446
rack-cors (1.0.6)
445447
rack (>= 1.6.0)
@@ -482,8 +484,8 @@ GEM
482484
activesupport (>= 3.0, <= 5.1.1)
483485
i18n
484486
rb-fsevent (0.9.6)
485-
rb-inotify (0.9.5)
486-
ffi (>= 0.5.0)
487+
rb-inotify (0.10.1)
488+
ffi (~> 1.0)
487489
rb-readline (0.5.5)
488490
rbtree (0.4.5)
489491
rbvmomi (1.13.0)
@@ -633,7 +635,7 @@ DEPENDENCIES
633635
launchy (~> 2.4.3)
634636
lolcat
635637
newrelic_rpm (~> 3.13.1)
636-
nokogiri (= 1.8.5)
638+
nokogiri (= 1.12.5)
637639
omniauth-facebook
638640
pg (= 0.18.2)
639641
pickle (~> 0.5.1)

0 commit comments

Comments
 (0)