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 webmock from 3.7.6 to 3.23.0 #82

Closed
wants to merge 1 commit into from
Closed
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
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,21 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.3)
drb (2.2.0)
ruby2_keywords
factory_bot (6.4.1)
activesupport (>= 5.0.0)
hashdiff (1.0.0)
hashdiff (1.1.0)
hashie (4.1.0)
httparty (0.18.1)
mime-types (~> 3.0)
Expand All @@ -46,9 +47,10 @@ GEM
minitest (5.20.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
public_suffix (4.0.3)
public_suffix (5.0.4)
rake (13.1.0)
retriable (3.1.2)
rexml (3.2.6)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand All @@ -63,11 +65,10 @@ GEM
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webmock (3.7.6)
addressable (>= 2.3.6)
webmock (3.23.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)

Expand Down