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.19.0 to 3.19.1 #508

Merged
merged 1 commit into from
Aug 30, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ group :test do
gem 'rspec-its' # Allows `its(:method) { ... }`
gem 'rack-test' # Testing Sinatra

gem 'webmock', '~> 3.19.0' # Mocking API calls
gem 'webmock', '~> 3.19.1' # Mocking API calls

gem 'factory_bot' # Quickly instantiate models

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
webmock (3.19.0)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -196,7 +196,7 @@ DEPENDENCIES
sinatra (= 3.1.0)
sinatra-activerecord (= 2.0.26)
spot-gps (~> 0.3.1)
webmock (~> 3.19.0)
webmock (~> 3.19.1)

RUBY VERSION
ruby 3.2.1p31
Expand Down