From 408a866043958962a56658f8139cae8f31fc21e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 18:19:53 +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 c5c59f7..cb73c29 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ 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" gem 'webmock' end diff --git a/Gemfile.lock b/Gemfile.lock index dd920ea..8a476fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,14 +5,22 @@ GEM activesupport (= 2.3.14) rack (~> 1.1.0) activesupport (2.3.14) - addressable (2.2.7) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) + cookiejar (0.3.3) crack (0.3.1) curb (0.8.0) - 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) git (1.2.5) + http_parser.rb (0.6.0) jeweler (1.8.3) bundler (~> 1.0) git (>= 1.2.5) @@ -23,6 +31,7 @@ GEM mime-types (1.18) mocha (0.11.1) metaclass (~> 0.0.1) + public_suffix (4.0.6) rack (1.1.3) rake (0.9.2.2) rdoc (3.12) @@ -39,7 +48,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) rake