[前][次][番号順一覧][スレッド一覧]

ruby-changes:60229

From: dependabot[bot] <ko1@a...>
Date: Sat, 29 Feb 2020 03:13:45 +0900 (JST)
Subject: [ruby-changes:60229] 02a3e27608 (master): Bump rake from 10.5.0 to 12.3.3 in /spec/mspec (#2942)

https://git.ruby-lang.org/ruby.git/commit/?id=02a3e27608

From 02a3e27608fd01440f3e9732bf61ab2e752ed368 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 28 Feb 2020 10:13:28 -0800
Subject: 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@g...>

diff --git a/spec/mspec/Gemfile b/spec/mspec/Gemfile
index 3dc3c41..8e463cd 100644
--- a/spec/mspec/Gemfile
+++ b/spec/mspec/Gemfile
@@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/spec/mspec/Gemfile#L1
 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 ce0aa98..74489c5 100644
--- a/spec/mspec/Gemfile.lock
+++ b/spec/mspec/Gemfile.lock
@@ -2,7 +2,7 @@ GEM https://github.com/ruby/ruby/blob/trunk/spec/mspec/Gemfile.lock#L2
   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 https://github.com/ruby/ruby/blob/trunk/spec/mspec/Gemfile.lock#L17
   ruby
 
 DEPENDENCIES
-  rake (~> 10.0)
+  rake (~> 12.3)
   rspec (~> 2.14.1)
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]