From 6730164286a9d63ea02ae6b5b424e30a265596ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 19:53:09 +0000 Subject: [PATCH] Bump rest-client from 1.6.7 to 2.1.0 Bumps [rest-client](https://github.com/rest-client/rest-client) from 1.6.7 to 2.1.0. - [Release notes](https://github.com/rest-client/rest-client/releases) - [Changelog](https://github.com/rest-client/rest-client/blob/master/history.md) - [Commits](https://github.com/rest-client/rest-client/compare/v1.6.7...v2.1.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 62 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 21 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f0c79fd..f04bbe4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,21 +1,24 @@ PATH remote: . specs: - mongoid-simple-tags (0.1.2) + mongoid-simple-tags (0.1.3) json (~> 1.8) mongoid (>= 3.0.3) GEM remote: http://rubygems.org/ specs: - activemodel (3.2.13) - activesupport (= 3.2.13) - builder (~> 3.0.0) - activesupport (3.2.13) - i18n (= 0.6.1) - multi_json (~> 1.0) - builder (3.0.4) + activemodel (6.0.0) + activesupport (= 6.0.0) + activesupport (6.0.0) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.1, >= 2.1.8) + bson (4.6.0) colorize (0.5.8) + concurrent-ruby (1.1.5) coveralls (0.6.7) colorize multi_json (~> 1.3) @@ -23,19 +26,30 @@ GEM simplecov (>= 0.7) thor diff-lcs (1.2.4) - i18n (0.6.1) - json (1.8.0) - mime-types (1.23) - mongoid (3.1.4) - activemodel (~> 3.2) - moped (~> 1.4) - origin (~> 1.0) - tzinfo (~> 0.3.22) - moped (1.5.0) + domain_name (0.5.20190701) + unf (>= 0.0.5, < 1.0.0) + http-accept (1.7.0) + http-cookie (1.0.3) + domain_name (~> 0.5) + i18n (1.7.0) + concurrent-ruby (~> 1.0) + json (1.8.6) + mime-types (3.3) + mime-types-data (~> 3.2015) + mime-types-data (3.2019.1009) + minitest (5.13.0) + mongo (2.11.0) + bson (>= 4.6.0, < 5.0.0) + mongoid (7.0.5) + activemodel (>= 5.1, < 6.1) + mongo (>= 2.5.1, < 3.0.0) multi_json (1.7.3) - origin (1.1.0) - rest-client (1.6.7) - mime-types (>= 1.16) + netrc (0.11.0) + rest-client (2.1.0) + http-accept (>= 1.7.0, < 2.0) + http-cookie (>= 1.0.2, < 2.0) + mime-types (>= 1.16, < 4.0) + netrc (~> 0.8) rspec (2.13.0) rspec-core (~> 2.13.0) rspec-expectations (~> 2.13.0) @@ -49,7 +63,13 @@ GEM simplecov-html (~> 0.7.1) simplecov-html (0.7.1) thor (0.18.1) - tzinfo (0.3.37) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) + unf (0.1.4) + unf_ext + unf_ext (0.0.7.6) + zeitwerk (2.2.1) PLATFORMS ruby