Skip to content

Commit

Permalink
downgrade airbrake gem
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Jun 16, 2018
1 parent fede532 commit 8ce522d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'jquery-rails'
gem 'sass-rails', '~> 5.0.0'
gem 'uglifier', '>= 1.3.0'

gem 'airbrake', '~> 7.3'
gem 'airbrake', '~> 5.0'
gem 'chromedriver-helper'
gem 'clockwork'
gem 'foundation-rails', '~> 5'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
airbrake (7.3.4)
airbrake-ruby (~> 2.10)
airbrake-ruby (2.10.0)
airbrake (5.8.1)
airbrake-ruby (~> 1.8)
airbrake-ruby (1.8.0)
archive-zip (0.11.0)
io-like (~> 0.3.0)
arel (6.0.4)
Expand Down Expand Up @@ -240,7 +240,7 @@ PLATFORMS
ruby

DEPENDENCIES
airbrake (~> 7.3)
airbrake (~> 5.0)
autoprefixer-rails
better_errors
binding_of_caller
Expand Down
7 changes: 7 additions & 0 deletions config/initializers/airbrake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@

Airbrake.add_filter(Airbrake::Rack::RequestBodyFilter.new)
Airbrake.add_filter(Airbrake::Filters::ThreadFilter.new)


Airbrake.configure do |config|
config.host = 'http://errbit.softwareforgood.com'
config.project_id = true
config.project_key = ENV['AIRBRAKE_KEY']
end

0 comments on commit 8ce522d

Please sign in to comment.