summaryrefslogtreecommitdiff
path: root/tool/bundler
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-05-04 00:30:29 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-05 07:32:42 +0900
commit735bd501e755893165e69cd14680327ae56b10cb (patch)
tree5e7b3f87c72782a9b0ea8b5f54f6ffffba829776 /tool/bundler
parentd52b1b0705a6aa5587350ce01b293ed6bf7bdad7 (diff)
downloadruby-735bd501e755893165e69cd14680327ae56b10cb.tar.gz
[rubygems/rubygems] Bump compact_index to 0.12.1
https://github.com/rubygems/rubygems/commit/08374d0e4a
Diffstat (limited to 'tool/bundler')
-rw-r--r--tool/bundler/test_gems.rb2
-rw-r--r--tool/bundler/test_gems.rb.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/tool/bundler/test_gems.rb b/tool/bundler/test_gems.rb
index 9126740782..cfddda765c 100644
--- a/tool/bundler/test_gems.rb
+++ b/tool/bundler/test_gems.rb
@@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "rack", "2.0.8"
gem "rack-test", "~> 1.1"
gem "artifice", "~> 0.6.0"
-gem "compact_index", "~> 0.11.0"
+gem "compact_index", "~> 0.12.1"
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 67dfac3cef..f6b86cab97 100644
--- a/tool/bundler/test_gems.rb.lock
+++ b/tool/bundler/test_gems.rb.lock
@@ -4,7 +4,7 @@ GEM
artifice (0.6)
rack-test
builder (3.2.4)
- compact_index (0.11.0)
+ compact_index (0.12.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
rack (2.0.8)
@@ -29,7 +29,7 @@ PLATFORMS
DEPENDENCIES
artifice (~> 0.6.0)
builder (~> 3.2)
- compact_index (~> 0.11.0)
+ compact_index (~> 0.12.1)
rack (= 2.0.8)
rack-test (~> 1.1)
rake (= 13.0.1)