Skip to content

Commit 36ffaf7

Browse files
committed
Merge branch 'feature/no-kubernetes-deploy'
2 parents 7a2e651 + 7f3f31c commit 36ffaf7

File tree

2 files changed

+0
-63
lines changed

2 files changed

+0
-63
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ gem 'sidekiq'
6060
gem 'sidekiq_alive'
6161
gem 'shipit-engine', github: 'bcgov/cas-shipit-engine'
6262
gem 'redis-rails'
63-
gem 'kubernetes-deploy'

Gemfile.lock

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,11 @@ GEM
122122
coffee-script-source
123123
execjs
124124
coffee-script-source (1.12.2)
125-
colorize (0.8.1)
126125
concurrent-ruby (1.1.5)
127126
connection_pool (2.2.2)
128127
crass (1.0.5)
129128
descendants_tracker (0.0.4)
130129
thread_safe (~> 0.3, >= 0.3.1)
131-
domain_name (0.5.20190701)
132-
unf (>= 0.0.5, < 1.0.0)
133-
ejson (1.2.1)
134130
encryptor (3.0.0)
135131
equalizer (0.0.11)
136132
erubi (1.8.0)
@@ -147,24 +143,7 @@ GEM
147143
gemoji (2.1.0)
148144
globalid (0.4.2)
149145
activesupport (>= 4.2.0)
150-
googleauth (0.8.1)
151-
faraday (~> 0.12)
152-
jwt (>= 1.4, < 3.0)
153-
memoist (~> 0.16)
154-
multi_json (~> 1.11)
155-
os (>= 0.9, < 2.0)
156-
signet (~> 0.7)
157146
hashie (3.6.0)
158-
http (3.3.0)
159-
addressable (~> 2.3)
160-
http-cookie (~> 1.0)
161-
http-form_data (~> 2.0)
162-
http_parser.rb (~> 0.6.0)
163-
http-accept (1.7.0)
164-
http-cookie (1.0.3)
165-
domain_name (~> 0.5)
166-
http-form_data (2.1.1)
167-
http_parser.rb (0.6.0)
168147
i18n (1.6.0)
169148
concurrent-ruby (~> 1.0)
170149
ice_nine (0.11.2)
@@ -175,24 +154,7 @@ GEM
175154
rails-dom-testing (>= 1, < 3)
176155
railties (>= 4.2.0)
177156
thor (>= 0.14, < 2.0)
178-
jsonpath (0.9.9)
179-
multi_json
180-
to_regexp (~> 0.2.1)
181157
jwt (2.2.1)
182-
kubeclient (4.4.0)
183-
http (~> 3.0)
184-
recursive-open-struct (~> 1.0, >= 1.0.4)
185-
rest-client (~> 2.0)
186-
kubernetes-deploy (0.26.7)
187-
activesupport (>= 5.0)
188-
colorize (~> 0.8)
189-
concurrent-ruby (~> 1.1)
190-
ejson (~> 1.0)
191-
googleauth (~> 0.8.0)
192-
jsonpath (~> 0.9.6)
193-
kubeclient (~> 4.3)
194-
oj (~> 3.0)
195-
statsd-instrument (~> 2.3, >= 2.3.2)
196158
listen (3.1.5)
197159
rb-fsevent (~> 0.9, >= 0.9.4)
198160
rb-inotify (~> 0.9, >= 0.9.7)
@@ -206,11 +168,7 @@ GEM
206168
mini_mime (>= 0.1.1)
207169
marcel (0.3.3)
208170
mimemagic (~> 0.3.2)
209-
memoist (0.16.0)
210171
method_source (0.9.2)
211-
mime-types (3.2.2)
212-
mime-types-data (~> 3.2015)
213-
mime-types-data (3.2019.0331)
214172
mimemagic (0.3.3)
215173
mini_mime (1.0.2)
216174
mini_portile2 (2.4.0)
@@ -220,7 +178,6 @@ GEM
220178
multi_xml (0.6.0)
221179
multipart-post (2.1.1)
222180
mustermann (1.0.3)
223-
netrc (0.11.0)
224181
nio4r (2.5.1)
225182
nokogiri (1.10.5)
226183
mini_portile2 (~> 2.4.0)
@@ -232,7 +189,6 @@ GEM
232189
rack (>= 1.2, < 3)
233190
octokit (4.12.0)
234191
sawyer (~> 0.8.0, >= 0.5.3)
235-
oj (3.9.1)
236192
omniauth (1.9.0)
237193
hashie (>= 3.4.6, < 3.7.0)
238194
rack (>= 1.6.2, < 3)
@@ -242,7 +198,6 @@ GEM
242198
omniauth-oauth2 (1.6.0)
243199
oauth2 (~> 1.1)
244200
omniauth (~> 1.9)
245-
os (1.0.1)
246201
pg (1.1.4)
247202
public_suffix (4.0.1)
248203
pubsubstub (0.1.3)
@@ -287,7 +242,6 @@ GEM
287242
rb-fsevent (0.10.3)
288243
rb-inotify (0.10.0)
289244
ffi (~> 1.0)
290-
recursive-open-struct (1.1.0)
291245
redis (3.3.5)
292246
redis-actionpack (5.1.0)
293247
actionpack (>= 4.0, < 7)
@@ -313,11 +267,6 @@ GEM
313267
responders (2.4.1)
314268
actionpack (>= 4.2.0, < 6.0)
315269
railties (>= 4.2.0, < 6.0)
316-
rest-client (2.1.0)
317-
http-accept (>= 1.7.0, < 2.0)
318-
http-cookie (>= 1.0.2, < 2.0)
319-
mime-types (>= 1.16, < 4.0)
320-
netrc (~> 0.8)
321270
ruby_dep (1.5.0)
322271
rubyzip (1.3.0)
323272
safe_yaml (1.0.5)
@@ -347,11 +296,6 @@ GEM
347296
sidekiq_alive (2.0.0)
348297
sidekiq
349298
sinatra
350-
signet (0.11.0)
351-
addressable (~> 2.3)
352-
faraday (~> 0.9)
353-
jwt (>= 1.5, < 3.0)
354-
multi_json (~> 1.10)
355299
sinatra (2.0.7)
356300
mustermann (~> 1.0)
357301
rack (~> 2.0)
@@ -375,18 +319,13 @@ GEM
375319
state_machines-activerecord (0.5.2)
376320
activerecord (>= 4.1, < 6.0)
377321
state_machines-activemodel (>= 0.5.0)
378-
statsd-instrument (2.3.2)
379322
thor (0.20.3)
380323
thread_safe (0.3.6)
381324
tilt (2.0.9)
382-
to_regexp (0.2.1)
383325
tzinfo (1.2.5)
384326
thread_safe (~> 0.1)
385327
uglifier (4.1.20)
386328
execjs (>= 0.3.0, < 3)
387-
unf (0.1.4)
388-
unf_ext
389-
unf_ext (0.0.7.6)
390329
validate_url (1.0.8)
391330
activemodel (>= 3.0.0)
392331
public_suffix
@@ -418,7 +357,6 @@ DEPENDENCIES
418357
chromedriver-helper
419358
coffee-rails (~> 4.2)
420359
jbuilder (~> 2.5)
421-
kubernetes-deploy
422360
listen (>= 3.0.5, < 3.2)
423361
pg
424362
puma (~> 3.11)

0 commit comments

Comments
 (0)