Skip to content

Commit e43ab40

Browse files
dependabot[bot]drwl
authored andcommitted
Bump nokogiri from 1.6.6.2 to 1.10.4 in /spec/integration/rails_4.2.0 (#655)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.6.2 to 1.10.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.6.6.2...v1.10.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f61d9d commit e43ab40

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

spec/integration/rails_4.2.0/Gemfile.lock

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ PATH
22
remote: ../../..
33
specs:
44
annotate (2.6.6)
5-
activerecord (>= 3.2, <= 4.3)
6-
rake (~> 10.4)
5+
activerecord (>= 3.2, < 7.0)
6+
rake (>= 10.4, < 14.0)
77

88
GEM
99
remote: https://rubygems.org/
@@ -44,39 +44,43 @@ GEM
4444
thread_safe (~> 0.3, >= 0.3.4)
4545
tzinfo (~> 1.1)
4646
arel (6.0.0)
47-
builder (3.2.2)
47+
builder (3.2.3)
4848
coffee-rails (4.1.0)
4949
coffee-script (>= 2.2.0)
5050
railties (>= 4.0.0, < 5.0)
5151
coffee-script (2.3.0)
5252
coffee-script-source
5353
execjs
5454
coffee-script-source (1.9.1)
55+
concurrent-ruby (1.1.5)
56+
crass (1.0.4)
5557
erubis (2.7.0)
5658
execjs (2.4.0)
5759
globalid (0.3.3)
5860
activesupport (>= 4.1.0)
5961
hike (1.2.3)
60-
i18n (0.7.0)
62+
i18n (0.9.5)
63+
concurrent-ruby (~> 1.0)
6164
jbuilder (2.2.11)
6265
activesupport (>= 3.0.0, < 5)
6366
multi_json (~> 1.2)
6467
jquery-rails (4.0.3)
6568
rails-dom-testing (~> 1.0)
6669
railties (>= 4.2.0)
6770
thor (>= 0.14, < 2.0)
68-
json (1.8.2)
69-
loofah (2.0.1)
71+
json (1.8.6)
72+
loofah (2.3.0)
73+
crass (~> 1.0.2)
7074
nokogiri (>= 1.5.9)
7175
mail (2.6.3)
7276
mime-types (>= 1.16, < 3)
7377
mime-types (2.4.3)
74-
mini_portile (0.6.2)
75-
minitest (5.5.1)
78+
mini_portile2 (2.4.0)
79+
minitest (5.12.2)
7680
multi_json (1.11.0)
77-
nokogiri (1.6.6.2)
78-
mini_portile (~> 0.6.0)
79-
rack (1.6.0)
81+
nokogiri (1.10.4)
82+
mini_portile2 (~> 2.4.0)
83+
rack (1.6.11)
8084
rack-test (0.6.3)
8185
rack (>= 1.0)
8286
rails (4.2.0)
@@ -92,12 +96,12 @@ GEM
9296
sprockets-rails
9397
rails-deprecated_sanitizer (1.0.3)
9498
activesupport (>= 4.2.0.alpha)
95-
rails-dom-testing (1.0.5)
96-
activesupport (>= 4.2.0.beta, < 5.0)
97-
nokogiri (~> 1.6.0)
99+
rails-dom-testing (1.0.9)
100+
activesupport (>= 4.2.0, < 5.0)
101+
nokogiri (~> 1.6)
98102
rails-deprecated_sanitizer (>= 1.0.1)
99-
rails-html-sanitizer (1.0.1)
100-
loofah (~> 2.0)
103+
rails-html-sanitizer (1.2.0)
104+
loofah (~> 2.2, >= 2.2.2)
101105
rails-observers (0.1.2)
102106
activemodel (~> 4.0)
103107
railties (4.2.0)
@@ -130,11 +134,11 @@ GEM
130134
sprockets (>= 2.8, < 4.0)
131135
sqlite3 (1.3.10)
132136
thor (0.19.1)
133-
thread_safe (0.3.4)
137+
thread_safe (0.3.6)
134138
tilt (1.4.1)
135139
turbolinks (2.5.3)
136140
coffee-rails
137-
tzinfo (1.2.2)
141+
tzinfo (1.2.5)
138142
thread_safe (~> 0.1)
139143
uglifier (2.7.1)
140144
execjs (>= 0.3.0)

0 commit comments

Comments
 (0)