diff --git a/Gemfile b/Gemfile index 147068a33..114ec5432 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 19753ecc8..b2c502669 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/stripe-ruby-mock-3.1.0.rc2.gem b/vendor/cache/stripe-ruby-mock-3.1.0.rc2.gem deleted file mode 100644 index d8263d07d..000000000 Binary files a/vendor/cache/stripe-ruby-mock-3.1.0.rc2.gem and /dev/null differ diff --git a/vendor/cache/stripe-ruby-mock-3.1.0.rc3.gem b/vendor/cache/stripe-ruby-mock-3.1.0.rc3.gem new file mode 100644 index 000000000..ed4fc8d09 Binary files /dev/null and b/vendor/cache/stripe-ruby-mock-3.1.0.rc3.gem differ