Skip to content

Commit a341ab4

Browse files
committed
remove open ended debug dependency
1 parent d7c8357 commit a341ab4

13 files changed

Lines changed: 15 additions & 9 deletions

Gemfile.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ GEM
2222
concurrent-ruby (1.1.9)
2323
crack (0.4.5)
2424
rexml
25-
debug (1.8.0)
26-
irb (>= 1.5.0)
27-
reline (>= 0.3.1)
25+
debug (1.9.1)
26+
irb (~> 1.10)
27+
reline (>= 0.3.8)
2828
diff-lcs (1.5.0)
2929
docile (1.4.0)
3030
faraday (2.7.10)
@@ -34,9 +34,10 @@ GEM
3434
hashdiff (1.0.1)
3535
i18n (1.14.1)
3636
concurrent-ruby (~> 1.0)
37-
io-console (0.6.0)
38-
irb (1.7.4)
39-
reline (>= 0.3.6)
37+
io-console (0.7.2)
38+
irb (1.12.0)
39+
rdoc
40+
reline (>= 0.4.2)
4041
json (2.6.3)
4142
minitest (5.19.0)
4243
net-ldap (0.18.0)
@@ -48,13 +49,17 @@ GEM
4849
parser (3.2.2.3)
4950
ast (~> 2.4.1)
5051
racc
52+
psych (5.1.2)
53+
stringio
5154
public_suffix (5.0.3)
5255
racc (1.7.1)
5356
rack (3.0.9.1)
5457
rainbow (3.1.1)
5558
rake (13.0.6)
59+
rdoc (6.6.2)
60+
psych (>= 4.0.0)
5661
regexp_parser (2.8.1)
57-
reline (0.3.8)
62+
reline (0.4.3)
5863
io-console (~> 0.5)
5964
rexml (3.2.6)
6065
rspec (3.8.0)
@@ -105,6 +110,7 @@ GEM
105110
simplecov-erb (1.0.1)
106111
simplecov (< 1.0)
107112
simplecov-html (0.10.2)
113+
stringio (3.1.0)
108114
tzinfo (2.0.6)
109115
concurrent-ruby (~> 1.0)
110116
unicode-display_width (2.4.2)
@@ -118,7 +124,7 @@ PLATFORMS
118124
ruby
119125

120126
DEPENDENCIES
121-
debug (> 1.0.0)
127+
debug (~> 1.9, >= 1.9.1)
122128
entitlements-app!
123129
rake (= 13.0.6)
124130
rspec (= 3.8.0)

entitlements-app.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.add_dependency "octokit", "~> 4.18"
2121
s.add_dependency "optimist", "= 3.0.0"
2222

23-
s.add_development_dependency "debug", "> 1.0.0"
23+
s.add_development_dependency "debug", "~> 1.9", ">= 1.9.1"
2424
s.add_development_dependency "rake", "= 13.0.6"
2525
s.add_development_dependency "rspec", "= 3.8.0"
2626
s.add_development_dependency "rspec-core", "= 3.8.0"

vendor/cache/debug-1.8.0.gem

-95 KB
Binary file not shown.

vendor/cache/debug-1.9.1.gem

96 KB
Binary file not shown.

vendor/cache/io-console-0.6.0.gem

-23 KB
Binary file not shown.

vendor/cache/io-console-0.7.2.gem

24 KB
Binary file not shown.

vendor/cache/irb-1.12.0.gem

91.5 KB
Binary file not shown.

vendor/cache/irb-1.7.4.gem

-76.5 KB
Binary file not shown.

vendor/cache/psych-5.1.2.gem

37 KB
Binary file not shown.

vendor/cache/rdoc-6.6.2.gem

636 KB
Binary file not shown.

0 commit comments

Comments
 (0)