Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Bump airbrake from 9.1.0 to 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support authored and buren committed May 8, 2019
1 parent 7738b8f commit f10d1ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem 'rack-timeout', '~> 0.5' # Kill requests that run for too long
gem 'sidekiq', '< 6' # Background worker (Redis-backed)

# MONITORING
gem 'airbrake', '~> 9.1' # Error catcher and reporter
gem 'airbrake', '~> 9.2' # Error catcher and reporter
gem 'newrelic_rpm', '~> 6.2' # Performance monitoring

# DATABASE / MODELS
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ GEM
safely_block (>= 0.1.1)
user_agent_parser
uuidtools
airbrake (9.1.0)
airbrake-ruby (~> 4.2)
airbrake-ruby (4.2.5)
airbrake (9.2.1)
airbrake-ruby (~> 4.3)
airbrake-ruby (4.3.0)
rbtree3 (~> 0.5)
ancestry (3.0.6)
activerecord (>= 3.2.0)
Expand Down Expand Up @@ -774,7 +774,7 @@ DEPENDENCIES
active_model_serializers (~> 0.10)
activeadmin (~> 1.4.3, >= 1.4.3)
ahoy_matey (~> 1.6)
airbrake (~> 9.1)
airbrake (~> 9.2)
ancestry (~> 3.0)
annotate (~> 2.7)
apipie-rails (~> 0.5)
Expand Down

0 comments on commit f10d1ed

Please sign in to comment.