diff --git a/Gemfile b/Gemfile
index 8c86522e..3a0f2a6c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,9 +18,6 @@ gem 'puma', '~> 5.2'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
-# Use Capistrano for deployment
-# gem 'capistrano-rails', group: :development
-
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
# gem 'rack-cors'
@@ -35,9 +32,6 @@ gem 'que', '~> 2.2.1'
gem 'que-web'
gem 'bugsnag'
-# bugsnag-capistrano 2.x does not have a rake task to report deploys
-# https://github.com/bugsnag/bugsnag-capistrano/blob/8bcfb27cf6eaff312eef086cce729d553a431460/UPGRADING.md
-gem 'bugsnag-capistrano', '< 2', require: false
# This fork allows setting SSL_CERT_FILE and SSL_CERT_DIR
# https://github.com/nahi/httpclient/issues/369
diff --git a/Gemfile.lock b/Gemfile.lock
index 6b2c8780..be9503ac 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -88,7 +88,6 @@ GEM
msgpack (~> 1.2)
bugsnag (6.19.0)
concurrent-ruby (~> 1.0)
- bugsnag-capistrano (1.1.2)
builder (3.2.4)
byebug (11.1.3)
codecov (0.4.3)
@@ -366,7 +365,6 @@ DEPENDENCIES
activerecord-pg_enum
bootsnap (>= 1.4.4)
bugsnag
- bugsnag-capistrano (< 2)
codecov
httpclient!
k8s-ruby
diff --git a/Rakefile b/Rakefile
index ebc27cb4..84f2bc39 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,7 +2,6 @@
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
-require 'bugsnag-capistrano/tasks'
require_relative 'config/application'
Rails.application.load_tasks
diff --git a/doc/licenses/licenses.xml b/doc/licenses/licenses.xml
index 9d3b84d7..f7df8750 100644
--- a/doc/licenses/licenses.xml
+++ b/doc/licenses/licenses.xml
@@ -13,7 +13,7 @@
actioncable
- 6.1.7.1
+ 7.0.6
MIT
@@ -23,7 +23,7 @@
actionmailbox
- 6.1.7.1
+ 7.0.6
MIT
@@ -33,7 +33,7 @@
actionmailer
- 6.1.7.1
+ 7.0.6
MIT
@@ -43,7 +43,7 @@
actionpack
- 6.1.7.1
+ 7.0.6
MIT
@@ -53,7 +53,7 @@
actiontext
- 6.1.7.1
+ 7.0.6
MIT
@@ -63,7 +63,7 @@
actionview
- 6.1.7.1
+ 7.0.6
MIT
@@ -73,7 +73,7 @@
activejob
- 6.1.7.1
+ 7.0.6
MIT
@@ -83,7 +83,7 @@
activemodel
- 6.1.7.1
+ 7.0.6
MIT
@@ -93,7 +93,7 @@
activerecord
- 6.1.7.1
+ 7.0.6
MIT
@@ -103,7 +103,7 @@
activerecord-pg_enum
- 1.2.2
+ 2.0.0
MIT
@@ -113,7 +113,7 @@
activestorage
- 6.1.7.1
+ 7.0.6
MIT
@@ -123,7 +123,7 @@
activesupport
- 6.1.7.1
+ 7.0.6
MIT
@@ -133,7 +133,7 @@
bootsnap
- 1.7.2
+ 1.16.0
MIT
@@ -150,16 +150,6 @@
http://opensource.org/licenses/mit-license
-
-
- bugsnag-capistrano
- 1.1.2
-
-
- MIT
- http://opensource.org/licenses/mit-license
-
-
builder
@@ -173,7 +163,7 @@
bundler
- 2.3.25
+ 2.4.17
MIT
@@ -183,7 +173,7 @@
concurrent-ruby
- 1.1.10
+ 1.2.2
MIT
@@ -217,7 +207,7 @@
dry-configurable
- 0.9.0
+ 0.13.0
MIT
@@ -227,7 +217,7 @@
dry-container
- 0.7.2
+ 0.11.0
MIT
@@ -237,17 +227,7 @@
dry-core
- 0.4.9
-
-
- MIT
- http://opensource.org/licenses/mit-license
-
-
-
-
- dry-equalizer
- 0.3.0
+ 0.9.1
MIT
@@ -257,7 +237,7 @@
dry-inflector
- 0.2.0
+ 0.3.0
MIT
@@ -277,7 +257,7 @@
dry-logic
- 0.6.1
+ 1.3.0
MIT
@@ -287,7 +267,7 @@
dry-struct
- 0.5.1
+ 1.5.2
MIT
@@ -297,7 +277,7 @@
dry-types
- 0.13.4
+ 1.6.1
MIT
@@ -317,7 +297,7 @@
excon
- 0.71.1
+ 0.100.0
MIT
@@ -347,7 +327,7 @@
globalid
- 1.0.1
+ 1.1.0
MIT
@@ -377,7 +357,7 @@
i18n
- 1.12.0
+ 1.14.1
MIT
@@ -426,8 +406,8 @@
- k8s-client
- 0.10.4
+ k8s-ruby
+ 0.14.0
Apache 2.0
@@ -437,7 +417,7 @@
lograge
- 0.11.2
+ 0.12.0
MIT
@@ -447,7 +427,7 @@
loofah
- 2.19.1
+ 2.21.3
MIT
@@ -457,7 +437,7 @@
mail
- 2.8.0.1
+ 2.8.1
MIT
@@ -511,7 +491,7 @@
minitest
- 5.17.0
+ 5.18.1
MIT
@@ -521,7 +501,7 @@
msgpack
- 1.4.2
+ 1.7.1
Apache 2.0
@@ -561,7 +541,7 @@
mustermann
- 1.1.1
+ 2.0.2
MIT
@@ -571,7 +551,7 @@
net-imap
- 0.3.4
+ 0.3.6
Simplified BSD
@@ -627,7 +607,7 @@
nio4r
- 2.5.8
+ 2.5.9
MIT
@@ -637,7 +617,7 @@
nokogiri
- 1.14.0
+ 1.15.3
MIT
@@ -697,7 +677,7 @@
que
- 1.0.0.beta4
+ 2.2.1
MIT
@@ -707,7 +687,7 @@
que-web
- 0.9.3
+ 0.10.0
BSD
@@ -717,7 +697,7 @@
racc
- 1.6.2
+ 1.7.1
Simplified BSD
@@ -731,7 +711,7 @@
rack
- 2.2.6.2
+ 2.2.7
MIT
@@ -741,7 +721,7 @@
rack-protection
- 2.2.0
+ 2.2.3
MIT
@@ -751,7 +731,7 @@
rack-test
- 2.0.2
+ 2.1.0
MIT
@@ -761,7 +741,7 @@
rails
- 6.1.7.1
+ 7.0.6
MIT
@@ -771,7 +751,7 @@
rails-dom-testing
- 2.0.3
+ 2.1.1
MIT
@@ -781,7 +761,7 @@
rails-html-sanitizer
- 1.4.4
+ 1.6.0
MIT
@@ -791,7 +771,7 @@
railties
- 6.1.7.1
+ 7.0.6
MIT
@@ -811,7 +791,7 @@
recursive-open-struct
- 1.1.0
+ 1.1.3
MIT
@@ -855,27 +835,7 @@
sinatra
- 2.2.0
-
-
- MIT
- http://opensource.org/licenses/mit-license
-
-
-
-
- sprockets
- 4.2.0
-
-
- MIT
- http://opensource.org/licenses/mit-license
-
-
-
-
- sprockets-rails
- 3.4.2
+ 2.2.3
MIT
@@ -885,7 +845,7 @@
thor
- 1.2.1
+ 1.2.2
MIT
@@ -895,7 +855,7 @@
tilt
- 2.0.10
+ 2.0.11
MIT
@@ -905,7 +865,7 @@
timeout
- 0.3.1
+ 0.4.0
Simplified BSD
@@ -929,7 +889,7 @@
tzinfo
- 2.0.5
+ 2.0.6
MIT
@@ -939,13 +899,27 @@
validate_url
- 1.0.13
+ 1.0.15
MIT
http://opensource.org/licenses/mit-license
+
+
+ webrick
+ 1.8.1
+
+
+ Simplified BSD
+ http://opensource.org/licenses/bsd-license
+
+
+ ruby
+ http://www.ruby-lang.org/en/LICENSE.txt
+
+
websocket-driver
@@ -1009,7 +983,7 @@
yajl-ruby
- 1.4.1
+ 1.4.3
MIT
@@ -1018,8 +992,8 @@
- yaml-safe_load_stream
- 0.1.1
+ yaml-safe_load_stream3
+ 0.1.2
Apache 2.0
@@ -1029,7 +1003,7 @@
zeitwerk
- 2.6.6
+ 2.6.8
MIT