forked from OpenNeo/impress
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:
parent
fde8ec0c3b
commit
b0cceb8ce7
4 changed files with 0 additions and 10 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Airbrake.configure do |config|
|
||||
config.api_key = 'a6efc0e697585c2d338b1585137a9798'
|
||||
end
|
||||
|
BIN
vendor/cache/airbrake-3.1.17.gem
vendored
BIN
vendor/cache/airbrake-3.1.17.gem
vendored
Binary file not shown.
Loading…
Reference in a new issue