This repository was archived by the owner on Oct 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
source 'https://rubygems.org'
4
4
gem 'colorize' , '>=0.8.1'
5
5
gem 'mime-types' , '>=3.1'
6
- gem 'nokogiri' , '~>1.8.1 '
6
+ gem 'nokogiri' , '~>1.8.2 '
7
7
gem 'require_all' , '~>2.0'
8
8
gem 'rubyzip' , '~>1.2.1'
9
- gem 'slop' , '~>4.6.0 '
9
+ gem 'slop' , '~>4.6.2 '
10
10
gem 'typhoeus' , '~>1.3.0'
11
11
12
12
group :test do
Original file line number Diff line number Diff line change 10
10
mime-types-data (~> 3.2015 )
11
11
mime-types-data (3.2016.0521 )
12
12
mini_portile2 (2.3.0 )
13
- nokogiri (1.8.1 )
13
+ nokogiri (1.8.2 )
14
14
mini_portile2 (~> 2.3.0 )
15
15
require_all (2.0.0 )
16
16
rspec (3.7.0 )
27
27
rspec-support (~> 3.7.0 )
28
28
rspec-support (3.7.0 )
29
29
rubyzip (1.2.1 )
30
- slop (4.6.0 )
30
+ slop (4.6.2 )
31
31
typhoeus (1.3.0 )
32
32
ethon (>= 0.9.0 )
33
33
@@ -37,11 +37,11 @@ PLATFORMS
37
37
DEPENDENCIES
38
38
colorize (>= 0.8.1 )
39
39
mime-types (>= 3.1 )
40
- nokogiri (~> 1.8.1 )
40
+ nokogiri (~> 1.8.2 )
41
41
require_all (~> 2.0 )
42
42
rspec (~> 3.7 )
43
43
rubyzip (~> 1.2.1 )
44
- slop (~> 4.6.0 )
44
+ slop (~> 4.6.2 )
45
45
typhoeus (~> 1.3.0 )
46
46
47
47
BUNDLED WITH
Original file line number Diff line number Diff line change 1
- 1.9
1
+ 1.9.1
You can’t perform that action at this time.
0 commit comments