diff --git a/test-app/Gemfile b/test-app/Gemfile index 596ad9a..e4135fd 100644 --- a/test-app/Gemfile +++ b/test-app/Gemfile @@ -13,7 +13,7 @@ gem 'pry' gem 'rspec', '>= 3.0.0' group :test do - gem 'cuprite', '~> 0.15' + gem 'cuprite', '~> 0.15', '>= 0.15.1' gem 'rspec-retry' end