Uninstall Airbrake

Haven't checked it in forever, if we want an error reporting solution we'll create it fresh!
This commit is contained in:
Matchu 2023-08-02 13:08:58 -07:00
parent 8ff3b2bc1e
commit 5ff10673d5
4 changed files with 0 additions and 10 deletions

View file

@ -19,8 +19,6 @@ gem 'RocketAMF', :git => 'https://github.com/rubyamf/rocketamf.git'
gem 'msgpack', '~> 0.5.3'
gem 'openneo-auth-signatory', '~> 0.1.0'
gem 'airbrake', '~> 3.1.8'
gem 'addressable', :require => ['addressable/template', 'addressable/uri']
gem 'whenever', '~> 0.7.3', :require => false

View file

@ -47,9 +47,6 @@ GEM
thread_safe (~> 0.1)
tzinfo (~> 1.1)
addressable (2.3.8)
airbrake (3.1.17)
builder
multi_json
arel (5.0.1.20140414130214)
babel-source (5.8.35)
babel-transpiler (0.7.0)
@ -234,7 +231,6 @@ PLATFORMS
DEPENDENCIES
RocketAMF!
addressable
airbrake (~> 3.1.8)
capistrano (~> 2.15.5)
character-encodings (~> 0.4.1)
compass-rails (~> 3.1)

View file

@ -1,4 +0,0 @@
Airbrake.configure do |config|
config.api_key = 'a6efc0e697585c2d338b1585137a9798'
end

Binary file not shown.