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

ruby-changes:61489

From: David <ko1@a...>
Date: Fri, 5 Jun 2020 07:33:21 +0900 (JST)
Subject: [ruby-changes:61489] 1161191a2a (master): [rubygems/rubygems] Test against compact_index 0.13.0

https://git.ruby-lang.org/ruby.git/commit/?id=1161191a2a

From 1161191a2a0411842a146bda95d6d9ce7aa0ee00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Mon, 25 May 2020 16:18:29 +0200
Subject: [rubygems/rubygems] Test against compact_index 0.13.0

https://github.com/rubygems/rubygems/commit/9f15b595ab

diff --git a/tool/bundler/test_gems.rb b/tool/bundler/test_gems.rb
index cfddda7..ef40fc8 100644
--- a/tool/bundler/test_gems.rb
+++ b/tool/bundler/test_gems.rb
@@ -5,7 +5,7 @@ source "https://rubygems.org" https://github.com/ruby/ruby/blob/trunk/tool/bundler/test_gems.rb#L5
 gem "rack", "2.0.8"
 gem "rack-test", "~> 1.1"
 gem "artifice", "~> 0.6.0"
-gem "compact_index", "~> 0.12.1"
+gem "compact_index", "~> 0.13.0"
 gem "sinatra", "~> 2.0"
 gem "rake", "13.0.1"
 gem "builder", "~> 3.2"
diff --git a/tool/bundler/test_gems.rb.lock b/tool/bundler/test_gems.rb.lock
index f6b86ca..095eac9 100644
--- a/tool/bundler/test_gems.rb.lock
+++ b/tool/bundler/test_gems.rb.lock
@@ -4,7 +4,7 @@ GEM https://github.com/ruby/ruby/blob/trunk/tool/bundler/test_gems.rb.lock#L4
     artifice (0.6)
       rack-test
     builder (3.2.4)
-    compact_index (0.12.1)
+    compact_index (0.13.0)
     mustermann (1.1.1)
       ruby2_keywords (~> 0.0.1)
     rack (2.0.8)
@@ -29,7 +29,7 @@ PLATFORMS https://github.com/ruby/ruby/blob/trunk/tool/bundler/test_gems.rb.lock#L29
 DEPENDENCIES
   artifice (~> 0.6.0)
   builder (~> 3.2)
-  compact_index (~> 0.12.1)
+  compact_index (~> 0.13.0)
   rack (= 2.0.8)
   rack-test (~> 1.1)
   rake (= 13.0.1)
-- 
cgit v0.10.2


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

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