From e44e8e204ba64a427c96559fca71d12a157c2a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 23:37:07 +0000 Subject: [PATCH] Bump rake from 0.9.2.2 to 13.0.1 Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 13.0.1. - [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/v0.9.2.2...v13.0.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 49 +++++++++++++++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 18 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f4ae3d6..aca430e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,26 +1,39 @@ +PATH + remote: . + specs: + clockworksms (1.2.1) + faraday (~> 0.8) + nokogiri (~> 1.5.2) + GEM remote: https://rubygems.org/ specs: - diff-lcs (1.1.3) - faraday (0.8.0) - multipart-post (~> 1.1) - multipart-post (1.1.5) - nokogiri (1.5.2) - rake (0.9.2.2) - rspec (2.10.0) - rspec-core (~> 2.10.0) - rspec-expectations (~> 2.10.0) - rspec-mocks (~> 2.10.0) - rspec-core (2.10.0) - rspec-expectations (2.10.0) - diff-lcs (~> 1.1.3) - rspec-mocks (2.10.1) + diff-lcs (1.3) + faraday (0.17.3) + multipart-post (>= 1.2, < 3) + multipart-post (2.1.1) + nokogiri (1.5.11) + rake (13.0.1) + rake-compiler (1.1.0) + rake + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.1) + rspec-support (~> 3.9.1) + rspec-expectations (3.9.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.9.0) + rspec-mocks (3.9.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.9.0) + rspec-support (3.9.2) PLATFORMS ruby DEPENDENCIES - faraday - nokogiri - rake - rspec + clockworksms! + rake-compiler + rspec (~> 3.1)