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

gemspec: bump airbrake-ruby to ~> 4.5 #982

Merged
merged 1 commit into from Jun 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,10 @@ Airbrake Changelog
* Fixed `Sidekiq RetryableJobsFilter` when `job['retry_count']` is `nil` (which
happens the first time a job fails)
([#980](https://github.com/airbrake/airbrake/pull/980))
* Started depending on airbrake-ruby
[v4.5.0](https://github.com/airbrake/airbrake-ruby/releases/tag/v4.5.0) and
higher ([#982](https://github.com/airbrake/airbrake/pull/982))


### [v9.2.2][v9.2.2] (May 10, 2019)

Expand Down
2 changes: 1 addition & 1 deletion airbrake.gemspec
Expand Up @@ -30,7 +30,7 @@ DESC

s.required_ruby_version = '>= 2.1'

s.add_dependency 'airbrake-ruby', '~> 4.4'
s.add_dependency 'airbrake-ruby', '~> 4.5'

s.add_development_dependency 'rspec', '~> 3'
s.add_development_dependency 'rspec-wait', '~> 0'
Expand Down