diff --git a/Gemfile b/Gemfile index c56d3662..47bf9b21 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 349288c2..5d2d3956 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/config/initializers/airbrake.rb b/config/initializers/airbrake.rb deleted file mode 100644 index e05f8d2e..00000000 --- a/config/initializers/airbrake.rb +++ /dev/null @@ -1,4 +0,0 @@ -Airbrake.configure do |config| - config.api_key = 'a6efc0e697585c2d338b1585137a9798' -end - diff --git a/vendor/cache/airbrake-3.1.17.gem b/vendor/cache/airbrake-3.1.17.gem deleted file mode 100644 index d3cc98fd..00000000 Binary files a/vendor/cache/airbrake-3.1.17.gem and /dev/null differ