File tree 2 files changed +19
-18
lines changed
2 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- auth0 (4.8 .0 )
5
- rest-client (~> 2.0 )
4
+ auth0 (4.9 .0 )
5
+ rest-client (~> 2.0.0 )
6
6
7
7
GEM
8
8
remote: https://rubygems.org/
9
9
specs:
10
- addressable (2.6 .0 )
11
- public_suffix (>= 2.0.2 , < 4 .0 )
10
+ addressable (2.7 .0 )
11
+ public_suffix (>= 2.0.2 , < 5 .0 )
12
12
ast (2.4.0 )
13
13
codecov (0.1.14 )
14
14
json
15
15
simplecov
16
16
url
17
17
coderay (1.1.2 )
18
18
concurrent-ruby (1.1.5 )
19
- coveralls (0.8.23 )
20
- json ( >= 1.8 , < 3 )
21
- simplecov ( ~> 0.16.1 )
22
- term-ansicolor ( ~> 1.3 )
23
- thor ( >= 0.19.4 , < 2.0 )
24
- tins ( ~> 1.6 )
19
+ coveralls (0.7.1 )
20
+ multi_json ( ~> 1.3 )
21
+ rest-client
22
+ simplecov ( >= 0.7 )
23
+ term-ansicolor
24
+ thor
25
25
crack (0.4.3 )
26
26
safe_yaml (~> 1.0.0 )
27
27
diff-lcs (1.3 )
39
39
rspec-core (~> 3.0 )
40
40
ruby-progressbar (~> 1.4 )
41
41
gem-release (0.7.4 )
42
- guard (2.15.0 )
42
+ guard (2.15.1 )
43
43
formatador (>= 0.2.4 )
44
44
listen (>= 2.7 , < 4.0 )
45
45
lumberjack (>= 1.0.12 , < 2.0 )
66
66
ruby_dep (~> 1.2 )
67
67
lumberjack (1.0.13 )
68
68
method_source (0.8.2 )
69
- mime-types (3.2.2 )
69
+ mime-types (3.3 )
70
70
mime-types-data (~> 3.2015 )
71
- mime-types-data (3.2019.0331 )
71
+ mime-types-data (3.2019.0904 )
72
+ multi_json (1.13.1 )
72
73
nenv (0.3.0 )
73
74
netrc (0.11.0 )
74
75
notiffany (0.1.3 )
75
76
nenv (~> 0.1 )
76
77
shellany (~> 0.0 )
77
78
parallel (1.17.0 )
78
- parser (2.6.3.0 )
79
+ parser (2.6.4.1 )
79
80
ast (~> 2.4.0 )
80
81
pry (0.10.4 )
81
82
coderay (~> 1.1.0 )
82
83
method_source (~> 0.8.1 )
83
84
slop (~> 3.4 )
84
85
pry-nav (0.2.4 )
85
86
pry (>= 0.9.10 , < 0.11.0 )
86
- public_suffix (3.1 .1 )
87
+ public_suffix (4.0 .1 )
87
88
rack (1.6.11 )
88
89
rack-test (0.8.3 )
89
90
rack (>= 1.0 , < 3 )
120
121
ruby_dep (1.5.0 )
121
122
safe_yaml (1.0.5 )
122
123
shellany (0.0.1 )
123
- simplecov (0.16 .1 )
124
+ simplecov (0.17 .1 )
124
125
docile (~> 1.1 )
125
126
json (>= 1.8 , < 3 )
126
127
simplecov-html (~> 0.10.0 )
137
138
unicode-display_width (1.6.0 )
138
139
url (0.3.2 )
139
140
vcr (5.0.0 )
140
- webmock (3.6.2 )
141
+ webmock (3.7.5 )
141
142
addressable (>= 2.3.6 )
142
143
crack (>= 0.3.2 )
143
144
hashdiff (>= 0.4.0 , < 2.0.0 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
s . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
17
17
s . require_paths = [ 'lib' ]
18
18
19
- s . add_runtime_dependency 'rest-client' , '~> 2.0'
19
+ s . add_runtime_dependency 'rest-client' , '~> 2.0.0 '
20
20
21
21
s . add_development_dependency 'rake' , '~> 10.4'
22
22
s . add_development_dependency 'fuubar' , '~> 2.0'
You can’t perform that action at this time.
0 commit comments