Skip to content

Commit 73808d0

Browse files
committed
Lock faraday to version 1.x (#1664)
* Lock faraday to version 1.x * Update changelog
1 parent 5fb1fa0 commit 73808d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- Use prepended method instead of `around_perform` for `ActiveJob` integration [#1631](https://github.com/getsentry/sentry-ruby/pull/1631)
66
- Fixes [#956](https://github.com/getsentry/sentry-ruby/issues/956) and [#1629](https://github.com/getsentry/sentry-ruby/issues/1629)
77
- Remove unnecessary ActiveJob inclusion [#1655](https://github.com/getsentry/sentry-ruby/pull/1655)
8+
- Lock faraday to version 1.x [#1664](https://github.com/getsentry/sentry-ruby/pull/1664)
9+
- This is a temporary effort to avoid dependency issue with `faraday 2.0` and `faraday` will be removed from dependencies very soon.
10+
See [this comment](https://github.com/getsentry/sentry-ruby/issues/1663) for more information about our plan to remove it.
811

912
## 4.8.1
1013

sentry-ruby/sentry-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Gem::Specification.new do |spec|
1818
spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/master/CHANGELOG.md"
1919

2020
spec.add_dependency "sentry-ruby-core", Sentry::VERSION
21-
spec.add_dependency "faraday", ">= 1.0"
21+
spec.add_dependency "faraday", "~> 1.0"
2222
spec.add_dependency "concurrent-ruby", '~> 1.0', '>= 1.0.2'
2323
end

0 commit comments

Comments
 (0)