Bump stripe-ruby-mock from 3.1.0.rc2 to 3.1.0.rc3 (#14257)
Bumps [stripe-ruby-mock](https://github.com/rebelidealist/stripe-ruby-mock) from 3.1.0.rc2 to 3.1.0.rc3. - [Release notes](https://github.com/rebelidealist/stripe-ruby-mock/releases) - [Changelog](https://github.com/stripe-ruby-mock/stripe-ruby-mock/blob/master/CHANGELOG.md) - [Commits](https://github.com/rebelidealist/stripe-ruby-mock/compare/3.1.0.rc2...3.1.0.rc3) --- updated-dependencies: - dependency-name: stripe-ruby-mock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6fda8a7110
commit
cd38d56e0f
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -167,7 +167,7 @@ group :test do
|
|||
gem "shoulda-matchers", "~> 5.0.0", require: false # Simple one-liner tests for common Rails functionality
|
||||
gem "simplecov", "~> 0.21.2", require: false # Code coverage with a powerful configuration library and automatic merging of coverage across test suites
|
||||
gem "stackprof", "~> 0.2", require: false, platforms: :ruby # stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers
|
||||
gem "stripe-ruby-mock", "3.1.0.rc2", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers
|
||||
gem "stripe-ruby-mock", "3.1.0.rc3", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers
|
||||
gem "test-prof", "~> 1.0" # Ruby Tests Profiling Toolbox
|
||||
gem "timecop", "~> 0.9" # A gem providing "time travel" and "time freezing" capabilities, making it dead simple to test time-dependent code
|
||||
gem "vcr", "~> 6.0" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
|
||||
|
|
|
|||
|
|
@ -756,7 +756,7 @@ GEM
|
|||
activerecord (>= 4.0, < 6.2)
|
||||
virtus
|
||||
stripe (5.37.0)
|
||||
stripe-ruby-mock (3.1.0.rc2)
|
||||
stripe-ruby-mock (3.1.0.rc3)
|
||||
dante (>= 0.2.0)
|
||||
multi_json (~> 1.0)
|
||||
stripe (> 5, < 6)
|
||||
|
|
@ -974,7 +974,7 @@ DEPENDENCIES
|
|||
store_attribute (~> 0.8.1)
|
||||
storext (~> 3.3)
|
||||
stripe (~> 5.37)
|
||||
stripe-ruby-mock (= 3.1.0.rc2)
|
||||
stripe-ruby-mock (= 3.1.0.rc3)
|
||||
strong_migrations (~> 0.7)
|
||||
test-prof (~> 1.0)
|
||||
timecop (~> 0.9)
|
||||
|
|
|
|||
BIN
vendor/cache/stripe-ruby-mock-3.1.0.rc2.gem
vendored
BIN
vendor/cache/stripe-ruby-mock-3.1.0.rc2.gem
vendored
Binary file not shown.
BIN
vendor/cache/stripe-ruby-mock-3.1.0.rc3.gem
vendored
Normal file
BIN
vendor/cache/stripe-ruby-mock-3.1.0.rc3.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue