Skip to content

Commit

Permalink
Merge pull request #574 from greysteil/dependabot/bundler/webmock-3.24.0
Browse files Browse the repository at this point in the history
Bump webmock from 3.23.1 to 3.24.0
  • Loading branch information
greysteil authored Oct 1, 2024
2 parents d1629ab + e7c45d7 commit e631c62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ group :test do
gem 'rspec-its' # Allows `its(:method) { ... }`
gem 'rack-test' # Testing Sinatra

gem 'webmock', '~> 3.23.1' # Mocking API calls
gem 'webmock', '~> 3.24.0' # Mocking API calls

gem 'factory_bot' # Quickly instantiate models

Expand Down
16 changes: 7 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.2.4)
Expand Down Expand Up @@ -93,7 +93,7 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
hashdiff (1.1.0)
hashdiff (1.1.1)
httpclient (2.8.3)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand All @@ -119,7 +119,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.5)
public_suffix (6.0.1)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.7.3)
Expand All @@ -140,8 +140,7 @@ GEM
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.3.6)
strscan
rexml (3.3.8)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -179,15 +178,14 @@ GEM
spot-gps (0.3.1)
faraday (>= 2.0.0, < 3.0.0)
faraday-net_http (>= 2.0.0, < 3.0.0)
strscan (3.1.0)
thor (1.2.1)
tilt (2.3.0)
timeout (0.4.1)
trailblazer-option (0.1.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
webmock (3.23.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -221,7 +219,7 @@ DEPENDENCIES
sinatra (= 4.0.0)
sinatra-activerecord (= 2.0.27)
spot-gps (~> 0.3.1)
webmock (~> 3.23.1)
webmock (~> 3.24.0)

RUBY VERSION
ruby 3.2.1p31
Expand Down

0 comments on commit e631c62

Please sign in to comment.