Skip to content

Commit f5252c5

Browse files
committed
rm debug gem
1 parent 4853a86 commit f5252c5

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ gem 'aws-sdk-lambda'
1313
gem 'aws-sdk-s3'
1414
gem 'aws-sdk-ssm'
1515
gem 'bigdecimal'
16-
gem 'debug'
1716
gem 'json'
1817
gem 'mrt-zk', git: 'https://github.com/CDLUC3/mrt-zk.git', tag: '2.4.7'
1918
gem 'mustache'

Gemfile.lock

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,13 @@ GEM
5555
aws-eventstream (~> 1, >= 1.0.2)
5656
base64 (0.2.0)
5757
bigdecimal (3.1.9)
58-
date (3.4.1)
59-
debug (1.10.0)
60-
irb (~> 1.10)
61-
reline (>= 0.3.8)
6258
diff-lcs (1.6.2)
6359
faraday (2.13.1)
6460
faraday-net_http (>= 2.0, < 3.5)
6561
json
6662
logger
6763
faraday-net_http (3.4.0)
6864
net-http (>= 0.5.0)
69-
io-console (0.8.0)
70-
irb (1.15.2)
71-
pp (>= 0.6.0)
72-
rdoc (>= 4.0.0)
73-
reline (>= 0.4.2)
7465
jmespath (1.6.2)
7566
json (2.12.0)
7667
language_server-protocol (3.17.0.5)
@@ -95,13 +86,7 @@ GEM
9586
parser (3.3.8.0)
9687
ast (~> 2.4.1)
9788
racc
98-
pp (0.6.2)
99-
prettyprint
100-
prettyprint (0.2.0)
10189
prism (1.4.0)
102-
psych (5.2.6)
103-
date
104-
stringio
10590
public_suffix (6.0.2)
10691
puma (6.6.0)
10792
nio4r (~> 2.0)
@@ -121,12 +106,8 @@ GEM
121106
rackup (2.2.1)
122107
rack (>= 3)
123108
rainbow (3.1.1)
124-
rdoc (6.13.1)
125-
psych (>= 4.0.0)
126109
redcarpet (3.6.1)
127110
regexp_parser (2.10.0)
128-
reline (0.6.1)
129-
io-console (~> 0.5)
130111
rspec (3.13.0)
131112
rspec-core (~> 3.13.0)
132113
rspec-expectations (~> 3.13.0)
@@ -168,7 +149,6 @@ GEM
168149
rack-protection (= 4.1.1)
169150
rack-session (>= 2.0.0, < 3)
170151
tilt (~> 2.0)
171-
stringio (3.1.7)
172152
tilt (2.6.0)
173153
unicode-display_width (3.1.4)
174154
unicode-emoji (~> 4.0, >= 4.0.4)
@@ -193,7 +173,6 @@ DEPENDENCIES
193173
aws-sdk-s3
194174
aws-sdk-ssm
195175
bigdecimal
196-
debug
197176
json
198177
mrt-zk!
199178
mustache

0 commit comments

Comments
 (0)