Skip to content

Commit 994de01

Browse files
authored
Merge pull request #79 from rails/dependabot/bundler/nokogiri-1.10.4
Bump nokogiri from 1.7.0 to 1.10.4
2 parents 187cc53 + e094f79 commit 994de01

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

Gemfile.lock

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,36 @@ PATH
22
remote: .
33
specs:
44
rails-dom-testing (2.0.2)
5-
activesupport (>= 4.2.0, < 6.0)
6-
nokogiri (~> 1.6)
5+
activesupport (>= 4.2.0)
6+
nokogiri (>= 1.6)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (5.0.1)
11+
activesupport (6.0.0)
1212
concurrent-ruby (~> 1.0, >= 1.0.2)
13-
i18n (~> 0.7)
13+
i18n (>= 0.7, < 2)
1414
minitest (~> 5.1)
1515
tzinfo (~> 1.1)
16-
concurrent-ruby (1.0.4)
17-
i18n (0.7.0)
18-
mini_portile2 (2.1.0)
16+
zeitwerk (~> 2.1, >= 2.1.8)
17+
concurrent-ruby (1.1.5)
18+
i18n (1.6.0)
19+
concurrent-ruby (~> 1.0)
20+
mini_portile2 (2.4.0)
1921
minitest (5.10.1)
20-
nokogiri (1.7.0)
21-
mini_portile2 (~> 2.1.0)
22+
nokogiri (1.10.4)
23+
mini_portile2 (~> 2.4.0)
2224
rake (12.0.0)
23-
thread_safe (0.3.5)
24-
tzinfo (1.2.2)
25+
thread_safe (0.3.6)
26+
tzinfo (1.2.5)
2527
thread_safe (~> 0.1)
28+
zeitwerk (2.1.10)
2629

2730
PLATFORMS
2831
ruby
2932

3033
DEPENDENCIES
31-
bundler (~> 1.3)
34+
bundler (>= 1.3)
3235
minitest
3336
rails-dom-testing!
3437
rake

0 commit comments

Comments
 (0)