Bump with_model from 2.1.5 to 2.1.6 (#15999)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3eac62d5ef
commit
fc5d7afc13
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -169,6 +169,6 @@ group :test do
|
|||
gem "vcr", "~> 6.0" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
|
||||
gem "webdrivers", "~> 5.0" # Run Selenium tests more easily with install and updates for all supported webdrivers
|
||||
gem "webmock", "~> 3.14", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
|
||||
gem "with_model", "~> 2.1.5" # Dynamically build a model within an RSpec context
|
||||
gem "with_model", "~> 2.1.6" # Dynamically build a model within an RSpec context
|
||||
gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone
|
||||
end
|
||||
|
|
|
|||
|
|
@ -872,7 +872,7 @@ GEM
|
|||
websocket-driver (0.7.5)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.5)
|
||||
with_model (2.1.5)
|
||||
with_model (2.1.6)
|
||||
activerecord (>= 5.2)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
|
|
@ -1036,7 +1036,7 @@ DEPENDENCIES
|
|||
webdrivers (~> 5.0)
|
||||
webmock (~> 3.14)
|
||||
webpacker (~> 5.4.3)
|
||||
with_model (~> 2.1.5)
|
||||
with_model (~> 2.1.6)
|
||||
zonebie (~> 0.6.1)
|
||||
|
||||
RUBY VERSION
|
||||
|
|
|
|||
BIN
vendor/cache/with_model-2.1.5.gem
vendored
BIN
vendor/cache/with_model-2.1.5.gem
vendored
Binary file not shown.
BIN
vendor/cache/with_model-2.1.6.gem
vendored
Normal file
BIN
vendor/cache/with_model-2.1.6.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue