diff --git a/Gemfile b/Gemfile index 5f04ce6..38a0432 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index aa5b0dc..55c973b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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