Skip to content

Commit

Permalink
Bump webmock from 3.18.1 to 3.19.1
Browse files Browse the repository at this point in the history
Bumps [webmock](https://github.com/bblimke/webmock) from 3.18.1 to 3.19.1.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.18.1...v3.19.1)

---
updated-dependencies:
- dependency-name: webmock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2023
1 parent fe8b49e commit 0a3a7f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'omniauth-google-oauth2', '~> 1.1.1'
gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
gem 'rails', '~> 7.0.4.3'
gem 'sassc-rails'
gem 'webmock', '~> 3.18.1'
gem 'webmock', '~> 3.19.1'
gem 'webrick', '~> 1.8.1'

group :test do
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
Expand Down Expand Up @@ -152,7 +152,7 @@ GEM
omniauth-rails_csrf_protection (1.0.1)
actionpack (>= 4.2)
omniauth (~> 2.0)
public_suffix (5.0.1)
public_suffix (5.0.3)
racc (1.6.2)
rack (2.2.6.4)
rack-protection (3.0.5)
Expand Down Expand Up @@ -194,7 +194,7 @@ GEM
ffi (~> 1.0)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.5)
rexml (3.2.6)
ruby2_keywords (0.0.5)
sassc (2.4.0)
ffi (~> 1.9)
Expand Down Expand Up @@ -223,7 +223,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
version_gem (1.1.2)
webmock (3.18.1)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -248,7 +248,7 @@ DEPENDENCIES
rack_session_access (~> 0.2.0)
rails (~> 7.0.4.3)
sassc-rails
webmock (~> 3.18.1)
webmock (~> 3.19.1)
webrick (~> 1.8.1)

RUBY VERSION
Expand Down

0 comments on commit 0a3a7f7

Please sign in to comment.