diff --git a/Gemfile b/Gemfile index b7ea4e44..6aa66035 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :test do gem 'selenium-webdriver' gem 'rack_session_access', require: nil gem 'webmock', require: nil - gem 'stripe-ruby-mock', '~> 3.1.0.rc3', require: 'stripe_mock' + gem 'stripe-ruby-mock', '~> 5.0.0', require: 'stripe_mock' gem 'timecop' gem 'mock_redis' gem 'simplecov', require: nil diff --git a/Gemfile.lock b/Gemfile.lock index 56f64192..b0ab69fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -351,10 +351,11 @@ GEM sinatra-xsendfile (0.4.2) sinatra (>= 0.9.1) stripe (5.55.0) - stripe-ruby-mock (3.1.0) + stripe-ruby-mock (5.0.0) dante (>= 0.2.0) + drb (>= 2.0.4, < 3) multi_json (~> 1.0) - stripe (> 5, < 6) + stripe (> 5, < 14) sync (0.5.0) term-ansicolor (1.11.3) tins (~> 1) @@ -472,7 +473,7 @@ DEPENDENCIES sinatra-flash sinatra-xsendfile stripe - stripe-ruby-mock (~> 3.1.0.rc3) + stripe-ruby-mock (~> 5.0.0) terrapin thread tilt