diff --git a/Gemfile b/Gemfile index 5bb0434ea..8ad59232c 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ group :ci, :test do gem 'database_cleaner-active_record' gem 'stripe-ruby-mock', '~> 2.4.1', require: 'stripe_mock', git: 'https://github.com/commitchange/stripe-ruby-mock.git', branch: '2.4.1' gem 'test-unit', '~> 3.6' - gem 'timecop', '~> 0.9.6' + gem 'timecop', '~> 0.9.7' gem 'webmock', '~> 3.18' gem 'wisper-rspec', '~> 1.1.0' end diff --git a/Gemfile.lock b/Gemfile.lock index d008ca6b6..c7989b25e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -440,7 +440,7 @@ GEM power_assert thor (1.2.2) tilt (2.0.10) - timecop (0.9.6) + timecop (0.9.7) timeout (0.4.0) timers (4.3.3) traceroute (0.8.1) @@ -538,7 +538,7 @@ DEPENDENCIES stripe-ruby-mock (~> 2.4.1)! table_print (~> 1.5, >= 1.5.6) test-unit (~> 3.6) - timecop (~> 0.9.6) + timecop (~> 0.9.7) traceroute (~> 0.8.0) turbo_test validate_url