Skip to content

Commit c988edc

Browse files
Bump nokogiri from 1.6.7.2 to 1.9.1
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.7.2 to 1.9.1. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.6.7.2...v1.9.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54a5243 commit c988edc

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

Gemfile.lock

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GEM
4545
tzinfo (~> 1.1)
4646
addressable (2.4.0)
4747
arel (6.0.3)
48-
builder (3.2.2)
48+
builder (3.2.4)
4949
capybara (2.6.2)
5050
addressable
5151
mime-types (>= 1.16)
@@ -67,6 +67,7 @@ GEM
6767
country_select (2.5.1)
6868
countries (~> 1.2.0)
6969
sort_alphabetical (~> 1.0)
70+
crass (1.0.6)
7071
currencies (0.4.2)
7172
daemons (1.2.3)
7273
diff-lcs (1.2.5)
@@ -83,25 +84,27 @@ GEM
8384
hashr (2.0.0)
8485
http-cookie (1.0.2)
8586
domain_name (~> 0.5)
86-
i18n (0.7.0)
87+
i18n (0.9.5)
88+
concurrent-ruby (~> 1.0)
8789
i18n_data (0.7.0)
8890
jquery-rails (4.1.0)
8991
rails-dom-testing (~> 1.0)
9092
railties (>= 4.2.0)
9193
thor (>= 0.14, < 2.0)
92-
json (1.8.3)
94+
json (1.8.6)
9395
kgio (2.10.0)
94-
loofah (2.0.3)
96+
loofah (2.18.0)
97+
crass (~> 1.0.2)
9598
nokogiri (>= 1.5.9)
9699
mail (2.6.3)
97100
mime-types (>= 1.16, < 3)
98101
mime-types (2.99)
99-
mini_portile2 (2.0.0)
100-
minitest (5.8.4)
102+
mini_portile2 (2.4.0)
103+
minitest (5.15.0)
101104
multi_json (1.11.2)
102105
netrc (0.11.0)
103-
nokogiri (1.6.7.2)
104-
mini_portile2 (~> 2.0.0.rc2)
106+
nokogiri (1.9.1)
107+
mini_portile2 (~> 2.4.0)
105108
pg (0.18.4)
106109
power_assert (0.2.7)
107110
protected_attributes (1.1.3)
@@ -122,14 +125,14 @@ GEM
122125
bundler (>= 1.3.0, < 2.0)
123126
railties (= 4.2.5.1)
124127
sprockets-rails
125-
rails-deprecated_sanitizer (1.0.3)
128+
rails-deprecated_sanitizer (1.0.4)
126129
activesupport (>= 4.2.0.alpha)
127-
rails-dom-testing (1.0.7)
128-
activesupport (>= 4.2.0.beta, < 5.0)
129-
nokogiri (~> 1.6.0)
130+
rails-dom-testing (1.0.9)
131+
activesupport (>= 4.2.0, < 5.0)
132+
nokogiri (~> 1.6)
130133
rails-deprecated_sanitizer (>= 1.0.1)
131-
rails-html-sanitizer (1.0.3)
132-
loofah (~> 2.0)
134+
rails-html-sanitizer (1.4.2)
135+
loofah (~> 2.3)
133136
railties (4.2.5.1)
134137
actionpack (= 4.2.5.1)
135138
activesupport (= 4.2.5.1)
@@ -192,9 +195,9 @@ GEM
192195
eventmachine (~> 1.0, >= 1.0.4)
193196
rack (~> 1.0)
194197
thor (0.19.1)
195-
thread_safe (0.3.5)
198+
thread_safe (0.3.6)
196199
tilt (2.0.2)
197-
tzinfo (1.2.2)
200+
tzinfo (1.2.9)
198201
thread_safe (~> 0.1)
199202
uglifier (2.7.2)
200203
execjs (>= 0.3.0)
@@ -207,7 +210,7 @@ GEM
207210
kgio (~> 2.6)
208211
rack
209212
raindrops (~> 0.7)
210-
xpath (2.0.0)
213+
xpath (2.1.0)
211214
nokogiri (~> 1.3)
212215

213216
PLATFORMS

0 commit comments

Comments
 (0)