Skip to content

Commit

Permalink
Use airbrake master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Jun 10, 2019
1 parent 7d2001c commit b223d98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem "prometheus-client", require: "prometheus/middleware/exporter"
gem "feedjira"
gem "opengraph_parser"

gem "airbrake", require: false
gem "airbrake", git: "https://github.com/airbrake/airbrake.git", require: false
gem "newrelic_rpm", require: false

group :development do
Expand Down
11 changes: 8 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/airbrake/airbrake.git
revision: 54f6ed8469c5838c61e5eeda87643e0d18a22f22
specs:
airbrake (9.2.2)
airbrake-ruby (~> 4.4)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -8,8 +15,6 @@ GEM
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
airbrake (9.2.2)
airbrake-ruby (~> 4.4)
airbrake-ruby (4.4.0)
rbtree3 (~> 0.5)
backports (3.15.0)
Expand Down Expand Up @@ -97,7 +102,7 @@ PLATFORMS
DEPENDENCIES
activesupport
addressable
airbrake
airbrake!
dotenv
feedjira
github-release-party
Expand Down

0 comments on commit b223d98

Please sign in to comment.