mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-06 00:00:28 -05:00
removed cap of spy gem (bug has been fixed)
This commit is contained in:
parent
9c765385a5
commit
ee5c94a113
2
Gemfile
2
Gemfile
@ -17,7 +17,7 @@ group :test do
|
|||||||
gem "minitest-proveit"
|
gem "minitest-proveit"
|
||||||
gem "ruby-ntlm"
|
gem "ruby-ntlm"
|
||||||
gem "sentry-ruby" if RUBY_VERSION >= "2.4.0"
|
gem "sentry-ruby" if RUBY_VERSION >= "2.4.0"
|
||||||
gem "spy", "< 1.0.4" # TODO: remove this once upstream fixes bug
|
gem "spy"
|
||||||
if RUBY_VERSION < "2.3.0"
|
if RUBY_VERSION < "2.3.0"
|
||||||
gem "webmock", "< 3.15.0"
|
gem "webmock", "< 3.15.0"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user