Skip to content

Commit 2709a24

Browse files
Bump nokogiri from 1.6.6.2 to 1.13.4
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.6.2 to 1.13.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.4/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.6.6.2...v1.13.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98a895b commit 2709a24

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed

Gemfile.lock

+24-18
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GEM
4747
arel (6.0.3)
4848
aws_cf_signer (0.1.3)
4949
bson (3.1.2)
50-
builder (3.2.2)
50+
builder (3.2.4)
5151
capybara (2.4.4)
5252
mime-types (>= 1.16)
5353
nokogiri (>= 1.3.3)
@@ -68,7 +68,9 @@ GEM
6868
coffee-script-source
6969
execjs
7070
coffee-script-source (1.9.1.1)
71+
concurrent-ruby (1.1.10)
7172
connection_pool (2.2.0)
73+
crass (1.0.6)
7274
database_cleaner (1.4.1)
7375
diff-lcs (1.2.5)
7476
domain_name (0.5.24)
@@ -100,26 +102,28 @@ GEM
100102
rspec (>= 2.99.0, < 4.0)
101103
http-cookie (1.0.2)
102104
domain_name (~> 0.5)
103-
i18n (0.7.0)
105+
i18n (0.9.5)
106+
concurrent-ruby (~> 1.0)
104107
jquery-rails (4.0.4)
105108
rails-dom-testing (~> 1.0)
106109
railties (>= 4.2.0)
107110
thor (>= 0.14, < 2.0)
108-
json (1.8.3)
111+
json (1.8.6)
109112
launchy (2.4.3)
110113
addressable (~> 2.3)
111114
listen (3.0.2)
112115
rb-fsevent (>= 0.9.3)
113116
rb-inotify (>= 0.9)
114-
loofah (2.0.2)
117+
loofah (2.16.0)
118+
crass (~> 1.0.2)
115119
nokogiri (>= 1.5.9)
116120
lumberjack (1.0.9)
117121
mail (2.6.3)
118122
mime-types (>= 1.16, < 3)
119123
method_source (0.8.2)
120124
mime-types (2.6.1)
121-
mini_portile (0.6.2)
122-
minitest (5.7.0)
125+
mini_portile2 (2.8.0)
126+
minitest (5.15.0)
123127
mongoid (4.0.2)
124128
activemodel (~> 4.0)
125129
moped (~> 2.0.0)
@@ -131,8 +135,9 @@ GEM
131135
optionable (~> 0.2.0)
132136
nenv (0.2.0)
133137
netrc (0.10.3)
134-
nokogiri (1.6.6.2)
135-
mini_portile (~> 0.6.0)
138+
nokogiri (1.13.4)
139+
mini_portile2 (~> 2.8.0)
140+
racc (~> 1.4)
136141
notiffany (0.0.6)
137142
nenv (~> 0.1)
138143
shellany (~> 0.0)
@@ -142,7 +147,8 @@ GEM
142147
coderay (~> 1.1.0)
143148
method_source (~> 0.8.1)
144149
slop (~> 3.4)
145-
rack (1.6.4)
150+
racc (1.6.0)
151+
rack (1.6.13)
146152
rack-test (0.6.3)
147153
rack (>= 1.0)
148154
rails (4.2.3)
@@ -156,14 +162,14 @@ GEM
156162
bundler (>= 1.3.0, < 2.0)
157163
railties (= 4.2.3)
158164
sprockets-rails
159-
rails-deprecated_sanitizer (1.0.3)
165+
rails-deprecated_sanitizer (1.0.4)
160166
activesupport (>= 4.2.0.alpha)
161-
rails-dom-testing (1.0.6)
162-
activesupport (>= 4.2.0.beta, < 5.0)
163-
nokogiri (~> 1.6.0)
167+
rails-dom-testing (1.0.9)
168+
activesupport (>= 4.2.0, < 5.0)
169+
nokogiri (~> 1.6)
164170
rails-deprecated_sanitizer (>= 1.0.1)
165-
rails-html-sanitizer (1.0.2)
166-
loofah (~> 2.0)
171+
rails-html-sanitizer (1.4.2)
172+
loofah (~> 2.3)
167173
railties (4.2.3)
168174
actionpack (= 4.2.3)
169175
activesupport (= 4.2.3)
@@ -211,14 +217,14 @@ GEM
211217
sprockets (>= 2.8, < 4.0)
212218
sqlite3 (1.3.10)
213219
thor (0.19.1)
214-
thread_safe (0.3.5)
215-
tzinfo (1.2.2)
220+
thread_safe (0.3.6)
221+
tzinfo (1.2.9)
216222
thread_safe (~> 0.1)
217223
unf (0.1.4)
218224
unf_ext
219225
unf_ext (0.0.7.1)
220226
valid_attribute (2.0.0)
221-
xpath (2.0.0)
227+
xpath (2.1.0)
222228
nokogiri (~> 1.3)
223229

224230
PLATFORMS

0 commit comments

Comments
 (0)