summaryrefslogtreecommitdiff
path: root/spec/mspec/Gemfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-02-28 10:13:28 -0800
committerGitHub <noreply@github.com>2020-02-28 10:13:28 -0800
commit02a3e27608fd01440f3e9732bf61ab2e752ed368 (patch)
tree7fc93dda78d07e323224842151b8c4984f3e4e0f /spec/mspec/Gemfile
parenta0f5ff4c3cd05f8717be2bf1d79f0817f288d398 (diff)
Bump rake from 10.5.0 to 12.3.3 in /spec/mspec (#2942)
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>
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to 'spec/mspec/Gemfile')
-rw-r--r--spec/mspec/Gemfile2
1 files changed, 1 insertions, 1 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"