Skip to content

Commit

Permalink
Merge pull request #1755 from blackducksoftware/OTWO-7142
Browse files Browse the repository at this point in the history
OTWO-7142 Remove unused gem
  • Loading branch information
alex-sig authored Nov 23, 2023
2 parents 439ad8a + 54391ef commit 9c135ca
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 260 deletions.
6 changes: 0 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ KB_EXCHANGE_NAME =
KB_EXCHANGE_KEY =
KB_CONNECTION_TIMEOUT =

HC_CHECK_BROKEN_LINKS_URL = 'http://example.com'
HC_HOME_PAGE_STATS_URL = 'http://example.com'
HC_RSS_FEEDS_SYNC_URL = 'http://example.com'
HC_CLEANUP_VULNERABILITIES_URL = 'http://example.com'
HC_KB_SEND_UPDATES_URL = 'http://example.com'

SQL_TRACKER='enabled'
OHLOH_ANALYTICS_API_URL=
OHLOH_ANALYTICS_CLIENT_REGISTRATION_ID=
Expand Down
22 changes: 0 additions & 22 deletions Capfile

This file was deleted.

8 changes: 0 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,12 @@ gem 'thor'
gem 'twitter-bootstrap-rails', '~> 3.2'
gem 'tzinfo', '~> 1.2.10'
gem 'uglifier', '>= 2.7.2'
gem 'whenever', require: false
gem 'will_paginate'
gem 'will_paginate-bootstrap'

group :development do
gem 'better_errors'
gem 'bootsnap', '~> 1.10.3', require: false
gem 'capistrano'
gem 'capistrano-faster-assets'
gem 'capistrano-passenger'
gem 'capistrano-rails'
gem 'capistrano-rbenv', '~> 2.0'
gem 'capistrano-sidekiq'
gem 'ed25519'
end

group :test do
Expand Down
41 changes: 0 additions & 41 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ GEM
airbrake (5.8.1)
airbrake-ruby (~> 1.8)
airbrake-ruby (1.8.0)
airbrussh (1.4.0)
sshkit (>= 1.6.1, != 1.7.0)
amq-protocol (2.3.2)
arbre (1.5.0)
activesupport (>= 3.0.0, < 7.1)
Expand Down Expand Up @@ -108,28 +106,6 @@ GEM
bunny-mock (1.7.0)
bunny (>= 1.7)
byebug (11.1.3)
capistrano (3.16.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (2.0.1)
capistrano (~> 3.1)
capistrano-faster-assets (1.1.0)
capistrano (>= 3.1)
capistrano-passenger (0.2.1)
capistrano (~> 3.0)
capistrano-rails (1.6.1)
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capistrano-rbenv (2.2.0)
capistrano (~> 3.1)
sshkit (~> 1.3)
capistrano-sidekiq (2.0.0)
capistrano (>= 3.9.0)
capistrano-bundler
sidekiq (>= 6.0)
chronic (0.10.2)
clearance (2.5.0)
actionmailer (>= 5.0)
activemodel (>= 5.0)
Expand Down Expand Up @@ -172,7 +148,6 @@ GEM
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
ed25519 (1.2.4)
email_validator (2.2.3)
activemodel
erubi (1.10.0)
Expand Down Expand Up @@ -298,9 +273,6 @@ GEM
railties (>= 4.1)
mocha (1.13.0)
msgpack (1.7.1)
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
nio4r (2.5.8)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
Expand Down Expand Up @@ -444,9 +416,6 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sql_tracker (1.3.2)
sshkit (1.21.2)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
statsd-instrument (3.1.2)
sysexits (1.2.0)
temple (0.8.2)
Expand Down Expand Up @@ -474,8 +443,6 @@ GEM
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
whenever (1.0.0)
chronic (>= 0.6.3)
will_paginate (3.3.1)
will_paginate-bootstrap (1.0.2)
will_paginate (>= 3.0.3)
Expand All @@ -499,20 +466,13 @@ DEPENDENCIES
bunny
bunny-mock
byebug
capistrano
capistrano-faster-assets
capistrano-passenger
capistrano-rails
capistrano-rbenv (~> 2.0)
capistrano-sidekiq
clearance
coffee-rails
coffee-script-source (~> 1.8.0)
database_cleaner
ddtrace
doorkeeper (~> 4.4.0)
dotenv-rails
ed25519
factory_bot_rails
faker
feedjira
Expand Down Expand Up @@ -561,7 +521,6 @@ DEPENDENCIES
uglifier (>= 2.7.2)
vcr
webmock
whenever
will_paginate
will_paginate-bootstrap

Expand Down
32 changes: 0 additions & 32 deletions config/deploy.rb

This file was deleted.

14 changes: 0 additions & 14 deletions config/deploy/production.rb

This file was deleted.

31 changes: 0 additions & 31 deletions config/deploy/staging.rb

This file was deleted.

36 changes: 0 additions & 36 deletions config/schedule.rb

This file was deleted.

50 changes: 0 additions & 50 deletions lib/capistrano/tasks/docker_deploy.rake

This file was deleted.

20 changes: 0 additions & 20 deletions lib/capistrano/tasks/update_configuration.rake

This file was deleted.

0 comments on commit 9c135ca

Please sign in to comment.