From 729b34461b7866de6357e797e9254b09cc5989f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 18:18:00 +0000 Subject: [PATCH] Bump em-http-request from 0.2.11 to 1.1.6 Bumps [em-http-request](https://github.com/igrigorik/em-http-request) from 0.2.11 to 1.1.6. - [Release notes](https://github.com/igrigorik/em-http-request/releases) - [Changelog](https://github.com/igrigorik/em-http-request/blob/master/Changelog.md) - [Commits](https://github.com/igrigorik/em-http-request/commits/v1.1.6) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 21 +++++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 58f7099c..ff945573 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ group :test do gem 'actionpack', '2.3.8' gem 'mocha', '>=0.9.8' gem 'typhoeus', '>=0.1.13' - gem 'em-http-request', "0.2.11" + gem 'em-http-request', "1.1.6" gem 'curb', ">= 0.6.6.0" end diff --git a/Gemfile.lock b/Gemfile.lock index e762a0eb..3b6eefa9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,15 +5,23 @@ GEM activesupport (= 2.3.8) rack (~> 1.1.0) activesupport (2.3.8) - addressable (2.2.0) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) + cookiejar (0.3.3) curb (0.7.7.1) - em-http-request (0.2.11) - addressable (>= 2.0.0) - eventmachine (>= 0.12.9) - eventmachine (0.12.10) + em-http-request (1.1.6) + addressable (>= 2.3.4) + cookiejar (!= 0.3.1) + em-socksify (>= 0.3) + eventmachine (>= 1.0.3) + http_parser.rb (>= 0.6.0) + em-socksify (0.3.2) + eventmachine (>= 1.0.0.beta.4) + eventmachine (1.2.7) gemcutter (0.4.1) json_pure git (1.2.5) + http_parser.rb (0.6.0) jeweler (1.4.0) gemcutter (>= 0.1.0) git (>= 1.2.5) @@ -21,6 +29,7 @@ GEM json_pure (1.4.3) mocha (0.9.8) rake + public_suffix (4.0.6) rack (1.1.0) rake (0.8.7) rubyforge (2.0.4) @@ -34,7 +43,7 @@ PLATFORMS DEPENDENCIES actionpack (= 2.3.8) curb (>= 0.6.6.0) - em-http-request (= 0.2.11) + em-http-request (= 1.1.6) jeweler mocha (>= 0.9.8) typhoeus (>= 0.1.13)