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

Update webmock requirement from <= 3.19.0 to <= 3.24.0 #297

Open
wants to merge 1 commit into
base: main
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
20 changes: 12 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
bigdecimal (3.1.8)
byebug (11.1.3)
childprocess (4.1.0)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
cookiejar (0.3.3)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
curb (1.0.1)
docile (1.4.0)
Expand All @@ -37,7 +39,7 @@ GEM
eventmachine (1.2.7)
ffi (1.15.5)
github-markup (4.0.1)
hashdiff (1.0.1)
hashdiff (1.1.0)
hashie (5.0.0)
http-accept (1.7.0)
http-cookie (1.0.5)
Expand Down Expand Up @@ -68,7 +70,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.0)
public_suffix (5.1.1)
rack (2.2.4)
rack-test (2.0.2)
rack (>= 1.3)
Expand All @@ -81,7 +83,8 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rexml (3.3.2)
strscan
rubocop (1.30.1)
parallel (~> 1.10)
parser (>= 3.1.0.0)
Expand Down Expand Up @@ -125,14 +128,15 @@ GEM
snaky_hash (2.0.0)
hashie
version_gem (~> 1.1)
strscan (3.1.0)
typhoeus (1.4.0)
ethon (>= 0.9.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.3.0)
version_gem (1.1.4)
webmock (3.18.1)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -173,7 +177,7 @@ DEPENDENCIES
simplecov-json
simplecov-lcov (~> 0.8)
typhoeus (>= 0.1.13)
webmock (<= 3.19.0)
webmock (<= 3.24.0)
yard

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion oauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ Thanks, |7eter l-|. l3oling
spec.add_development_dependency("rest-client")
spec.add_development_dependency("rubocop-lts", "~> 18.0")
spec.add_development_dependency("typhoeus", ">= 0.1.13")
spec.add_development_dependency("webmock", "<= 3.19.0")
spec.add_development_dependency("webmock", "<= 3.24.0")
end
Loading