File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 3
3
specs:
4
4
rails-dom-testing (2.0.1 )
5
5
activesupport (>= 4.2.0 , < 6.0 )
6
- nokogiri (~> 1.6.0 )
6
+ nokogiri (~> 1.6 )
7
7
8
8
GEM
9
9
remote: https://rubygems.org/
10
10
specs:
11
- activesupport (5.0.0 )
11
+ activesupport (5.0.1 )
12
12
concurrent-ruby (~> 1.0 , >= 1.0.2 )
13
13
i18n (~> 0.7 )
14
14
minitest (~> 5.1 )
15
15
tzinfo (~> 1.1 )
16
- concurrent-ruby (1.0.2 )
16
+ concurrent-ruby (1.0.4 )
17
17
i18n (0.7.0 )
18
18
mini_portile2 (2.1.0 )
19
- minitest (5.9.0 )
20
- nokogiri (1.6.8 )
19
+ minitest (5.10.1 )
20
+ nokogiri (1.7.0 )
21
21
mini_portile2 (~> 2.1.0 )
22
- pkg-config (~> 1.1.7 )
23
- pkg-config (1.1.7 )
24
- rake (11.2.2 )
22
+ rake (12.0.0 )
25
23
thread_safe (0.3.5 )
26
24
tzinfo (1.2.2 )
27
25
thread_safe (~> 0.1 )
@@ -36,4 +34,4 @@ DEPENDENCIES
36
34
rake
37
35
38
36
BUNDLED WITH
39
- 1.12.5
37
+ 1.13.7
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
spec . test_files = Dir [ "test/**/*" ]
18
18
spec . require_paths = [ "lib" ]
19
19
20
- spec . add_dependency "nokogiri"
20
+ spec . add_dependency "nokogiri" , "~> 1.6"
21
21
spec . add_dependency "activesupport" , ">= 4.2.0" , "< 6.0"
22
22
23
23
spec . add_development_dependency "bundler" , "~> 1.3"
You can’t perform that action at this time.
0 commit comments