From 2e7ca6c89c102093cfb90f65f9642e3d12972a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 10:39:23 +0000 Subject: [PATCH] Bump rake from 12.3.2 to 13.0.3 Bumps [rake](https://github.com/ruby/rake) from 12.3.2 to 13.0.3. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v12.3.2...v13.0.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 62 ++++++++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 159e262..84aba57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,13 +2,13 @@ PATH remote: . specs: coolsms-rb (0.2.0) - activesupport (>= 3.2, < 5.0.0) - awesome_print (~> 1.7) - coaster (~> 0.5) - faraday (~> 0.15) - faraday_middleware (~> 0.10) - oj (~> 2.9) - tzinfo (>= 0.3.0, <= 1.2.2) + activesupport + awesome_print + coaster + faraday + faraday_middleware + oj + tzinfo GEM remote: http://rubygems.org/ @@ -21,17 +21,21 @@ GEM binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) byebug (8.2.1) - coaster (0.5.4) - activesupport (>= 3.0, < 8.0) + coaster (0.5.8) + activesupport (>= 3.0) attr_extras (~> 5.2) - i18n (~> 0.6) - rake (>= 10.0, < 20.0) + i18n + rake (>= 10.0) coderay (1.1.0) + concurrent-ruby (1.1.8) debug_inspector (0.0.2) - faraday (0.15.4) + faraday (1.3.0) + faraday-net_http (~> 1.0) multipart-post (>= 1.2, < 3) - faraday_middleware (0.13.1) - faraday (>= 0.7.4, < 1.0) + ruby2_keywords + faraday-net_http (1.0.1) + faraday_middleware (1.0.0) + faraday (~> 1.0) forgery (0.7.0) i18n (0.7.0) metaclass (0.0.4) @@ -40,8 +44,8 @@ GEM mocha (1.1.0) metaclass (~> 0.0.1) multi_json (1.11.2) - multipart-post (2.0.0) - oj (2.18.5) + multipart-post (2.1.1) + oj (3.11.2) pry (0.10.3) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -52,7 +56,8 @@ GEM pry-stack_explorer (0.4.9.2) binding_of_caller (>= 0.7) pry (>= 0.9.11) - rake (12.3.2) + rake (13.0.3) + ruby2_keywords (0.0.4) shoulda (3.5.0) shoulda-context (~> 1.0, >= 1.0.1) shoulda-matchers (>= 1.4.1, < 3.0) @@ -60,24 +65,23 @@ GEM shoulda-matchers (2.8.0) activesupport (>= 3.0.0) slop (3.6.0) - thread_safe (0.3.6) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) PLATFORMS ruby DEPENDENCIES - bundler (~> 1.12) + bundler (>= 1.12) coolsms-rb! - forgery (~> 0.7) - minitest (~> 5.0) - mocha (~> 1.0) - pry (~> 0.8) - pry-byebug (~> 3.0) - pry-stack_explorer (~> 0.4) - shoulda (~> 3.0) - shoulda-context (~> 1.0) + forgery (>= 0.6) + minitest (>= 5.0) + mocha (>= 1.0) + pry (>= 0.8) + pry-byebug (>= 3.0) + pry-stack_explorer (>= 0.4) + shoulda (>= 3.0) + shoulda-context (>= 1.0) BUNDLED WITH 1.17.3