summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-02-28 17:32:56 +0000
committerGitHub <noreply@github.com>2020-02-28 17:32:56 +0000
commit4c095670a43f71d642ae4af83800938be4c7ffb2 (patch)
treefd7a3398874f77788e1d2206f470b75387785eb2
parenta8687f3ef81f98a0e10a0c263b8334bc2ba3743e (diff)
downloadruby-dependabot/bundler/spec/mspec/rake-12.3.3.tar.gz
Bump rake from 10.5.0 to 12.3.3 in /spec/mspecdependabot/bundler/spec/mspec/rake-12.3.3
Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 12.3.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/v10.5.0...v12.3.3) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--spec/mspec/Gemfile2
-rw-r--r--spec/mspec/Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/spec/mspec/Gemfile b/spec/mspec/Gemfile
index 3dc3c4145b..8e463cd71d 100644
--- a/spec/mspec/Gemfile
+++ b/spec/mspec/Gemfile
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
-gem "rake", "~> 10.0"
+gem "rake", "~> 12.3"
gem "rspec", "~> 2.14.1"
diff --git a/spec/mspec/Gemfile.lock b/spec/mspec/Gemfile.lock
index ce0aa98417..74489c5aca 100644
--- a/spec/mspec/Gemfile.lock
+++ b/spec/mspec/Gemfile.lock
@@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
- rake (10.5.0)
+ rake (12.3.3)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
@@ -17,5 +17,5 @@ PLATFORMS
ruby
DEPENDENCIES
- rake (~> 10.0)
+ rake (~> 12.3)
rspec (~> 2.14.1)