Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump airbrake from 4.3.8 to 7.3.2 #441

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'i18n'
gem 'sinatra-partial'
gem 'actionpack', '~> 4.1.0'
gem 'actionview', '~> 4.1.0'
gem 'airbrake', '~> 4.3.0'
gem 'airbrake', '~> 7.3.2'
gem 'rack-google-analytics'

group :development, :test do
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ GEM
thread_safe (~> 0.1)
tzinfo (~> 1.1)
addressable (2.4.0)
airbrake (4.3.8)
builder
multi_json
airbrake (7.3.2)
airbrake-ruby (~> 2.10)
airbrake-ruby (2.10.0)
backports (3.8.0)
buftok (0.2.0)
builder (3.2.2)
builder (3.2.3)
capsulecrm (0.0.3)
activemodel (>= 3.0.5)
activesupport (>= 3.0.5)
Expand Down Expand Up @@ -148,7 +148,7 @@ GEM
mimemagic (0.3.2)
mini_portile2 (2.1.0)
minitest (5.9.1)
multi_json (1.12.1)
multi_json (1.13.1)
multi_test (0.1.2)
multi_xml (0.6.0)
multipart-post (2.0.0)
Expand Down Expand Up @@ -280,7 +280,7 @@ DEPENDENCIES
actionpack (~> 4.1.0)
actionview (~> 4.1.0)
activesupport (~> 4.1.0)
airbrake (~> 4.3.0)
airbrake (~> 7.3.2)
capsulecrm
capybara
coveralls
Expand Down