From f6130995eb4db72a46d612f5d8e212b4dd2cf5b9 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Wed, 27 May 2020 19:34:43 +0300 Subject: [PATCH] Update `typhoeus` to new stable version (`1.4`) (#1159) --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 16f339e3d..881f202b1 100644 --- a/Gemfile +++ b/Gemfile @@ -30,9 +30,7 @@ group :test, :development do gem 'rspec', '~> 3.7' gem 'rspec_junit_formatter', '~> 0.4' gem 'simplecov' - gem 'typhoeus', '~> 1.3', - git: 'https://github.com/typhoeus/typhoeus.git', - require: 'typhoeus' + gem 'typhoeus', '~> 1.4' gem 'webmock', '~> 3.4' end