Skip to content

Commit e2ce201

Browse files
authored
Merge pull request collabnix#281 from collabnix/dependabot/bundler/play-with-docker/Portus/nokogiri-1.10.5
Bump nokogiri from 1.6.8.1 to 1.10.5 in /play-with-docker/Portus
2 parents 2e0b4e6 + 123454a commit e2ce201

File tree

1 file changed

+24
-21
lines changed

1 file changed

+24
-21
lines changed

play-with-docker/Portus/Gemfile.lock

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
sass (~> 3.0)
6969
slim (>= 1.3.6, < 4.0)
7070
terminal-table (~> 1.4)
71-
builder (3.2.2)
71+
builder (3.2.3)
7272
byebug (5.0.0)
7373
columnize (= 0.9.0)
7474
capybara (2.4.4)
@@ -83,6 +83,7 @@ GEM
8383
simplecov (>= 0.7.1, < 1.0.0)
8484
coderay (1.1.0)
8585
columnize (0.9.0)
86+
concurrent-ruby (1.1.5)
8687
crack (0.4.3)
8788
safe_yaml (~> 1.0.0)
8889
crass (1.0.5)
@@ -127,8 +128,8 @@ GEM
127128
octokit (~> 2.0.0)
128129
yajl-ruby
129130
gli (2.8.1)
130-
globalid (0.3.6)
131-
activesupport (>= 4.1.0)
131+
globalid (0.4.2)
132+
activesupport (>= 4.2.0)
132133
gravatar_image_tag (1.2.0)
133134
guard (2.13.0)
134135
formatador (>= 0.2.4)
@@ -154,7 +155,8 @@ GEM
154155
highline (1.7.8)
155156
hike (1.2.3)
156157
hirb (0.7.3)
157-
i18n (0.7.0)
158+
i18n (0.9.5)
159+
concurrent-ruby (~> 1.0)
158160
json (1.8.6)
159161
json-schema (2.5.1)
160162
addressable (~> 2.3.7)
@@ -171,25 +173,26 @@ GEM
171173
crass (~> 1.0.2)
172174
nokogiri (>= 1.5.9)
173175
lumberjack (1.0.10)
174-
mail (2.6.4)
175-
mime-types (>= 1.16, < 4)
176+
mail (2.7.1)
177+
mini_mime (>= 0.1.1)
176178
md2man (5.1.1)
177179
binman (~> 5.0)
178180
redcarpet (~> 3.0)
179181
rouge (~> 1.0)
180182
method_source (0.8.2)
181-
mime-types (3.0)
183+
mime-types (3.3)
182184
mime-types-data (~> 3.2015)
183-
mime-types-data (3.2016.0221)
184-
mini_portile2 (2.1.0)
185-
minitest (5.8.4)
185+
mime-types-data (3.2019.1009)
186+
mini_mime (1.0.2)
187+
mini_portile2 (2.4.0)
188+
minitest (5.13.0)
186189
multi_json (1.11.2)
187190
multipart-post (2.0.0)
188191
mysql2 (0.3.18)
189192
nenv (0.3.0)
190193
net-ldap (0.11)
191-
nokogiri (1.6.8.1)
192-
mini_portile2 (~> 2.1.0)
194+
nokogiri (1.10.5)
195+
mini_portile2 (~> 2.4.0)
193196
notiffany (0.0.8)
194197
nenv (~> 0.1)
195198
shellany (~> 0.0)
@@ -224,7 +227,7 @@ GEM
224227
activesupport (>= 3.0.0)
225228
quiet_assets (1.1.0)
226229
railties (>= 3.1, < 5.0)
227-
rack (1.6.4)
230+
rack (1.6.11)
228231
rack-mini-profiler (0.9.3)
229232
rack (>= 1.1.3)
230233
rack-test (0.6.3)
@@ -242,17 +245,17 @@ GEM
242245
sprockets-rails
243246
rails-deprecated_sanitizer (1.0.3)
244247
activesupport (>= 4.2.0.alpha)
245-
rails-dom-testing (1.0.7)
246-
activesupport (>= 4.2.0.beta, < 5.0)
247-
nokogiri (~> 1.6.0)
248+
rails-dom-testing (1.0.9)
249+
activesupport (>= 4.2.0, < 5.0)
250+
nokogiri (~> 1.6)
248251
rails-deprecated_sanitizer (>= 1.0.1)
249252
rails-erd (1.4.6)
250253
activerecord (>= 3.2)
251254
activesupport (>= 3.2)
252255
choice (~> 0.2.0)
253256
ruby-graphviz (~> 1.2)
254-
rails-html-sanitizer (1.0.3)
255-
loofah (~> 2.0)
257+
rails-html-sanitizer (1.3.0)
258+
loofah (~> 2.3)
256259
rails_stdout_logging (0.0.5)
257260
railties (4.2.8)
258261
actionpack (= 4.2.8)
@@ -344,14 +347,14 @@ GEM
344347
temple (0.6.7)
345348
terminal-table (1.5.2)
346349
thor (0.19.1)
347-
thread_safe (0.3.5)
350+
thread_safe (0.3.6)
348351
tilt (1.4.1)
349352
timecop (0.7.4)
350353
treetop (1.6.5)
351354
polyglot (~> 0.3)
352355
typhoeus (1.0.2)
353356
ethon (>= 0.9.0)
354-
tzinfo (1.2.2)
357+
tzinfo (1.2.5)
355358
thread_safe (~> 0.1)
356359
uglifier (2.7.2)
357360
execjs (>= 0.3.0)
@@ -378,7 +381,7 @@ GEM
378381
wirb (2.0.0)
379382
paint (>= 0.9, < 2.0)
380383
wirble (0.1.3)
381-
xpath (2.0.0)
384+
xpath (2.1.0)
382385
nokogiri (~> 1.3)
383386
yajl-ruby (1.3.0)
384387

0 commit comments

Comments
 (0)