diff --git a/Gemfile b/Gemfile index d6f9dda..c64ff5c 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index b599492..0ebfaca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -179,7 +178,6 @@ 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) @@ -187,7 +185,7 @@ GEM 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) @@ -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