Skip to content

Commit

Permalink
FInally remove intercom (#1206)
Browse files Browse the repository at this point in the history
It served us well, but we aren't paying for it and they finally noticed ;-). Replaced using blazer notification.
  • Loading branch information
epugh authored Feb 4, 2025
1 parent 0da3ccd commit 4eef733
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 132 deletions.
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ DB_NAME=quepid

QUEPID_DOMAIN=localhost

INTERCOM_APP_ID=
INTERCOM_API_KEY=

# Used to insert web links if populated.
TC_URL=
PRIVACY_URL=
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ gem 'devise_invitable', '~> 2.0'
gem 'faraday-retry'
gem 'foreman'
gem 'importmap-rails', '~> 2.1'
gem 'intercom-rails'
gem 'jbuilder', '~> 2.7'
gem 'jquery-rails'
gem 'jquery-ui-rails' # Can we narrow the widgets to load faster?
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,6 @@ GEM
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
intercom-rails (1.0.5)
activesupport (> 4.0)
jwt (~> 2.0)
io-console (0.8.0)
irb (1.15.1)
pp (>= 0.6.0)
Expand Down Expand Up @@ -574,7 +571,6 @@ DEPENDENCIES
faraday-retry
foreman
importmap-rails (~> 2.1)
intercom-rails
jbuilder (~> 2.7)
jquery-rails
jquery-ui-rails
Expand Down
6 changes: 0 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
"FORCE_SSL": {
"required": true
},
"INTERCOM_API_KEY": {
"required": true
},
"INTERCOM_APP_ID": {
"required": true
},
"LANG": {
"required": true
},
Expand Down
118 changes: 0 additions & 118 deletions config/initializers/intercom.rb

This file was deleted.

0 comments on commit 4eef733

Please sign in to comment.