aboutsummaryrefslogtreecommitdiffstats
path: root/tool/bundler
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-15 18:00:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-15 19:06:40 +0900
commit49b0f3b024855efad66a386595eabd103058826d (patch)
tree629182a46cb9e8b4bc9661878e07e1e9a539ac32 /tool/bundler
parent2581de112c1957dc4b5852e54337551dc8972c99 (diff)
downloadruby-49b0f3b024855efad66a386595eabd103058826d.tar.gz
Merge RubyGems/Bundler master
Pick from https://github.com/rubygems/rubygems/commit/084f7d1f21f6fc3e2bb685b7bda3653fb2891c6e
Diffstat (limited to 'tool/bundler')
-rw-r--r--tool/bundler/test_gems.rb1
-rw-r--r--tool/bundler/test_gems.rb.lock3
2 files changed, 0 insertions, 4 deletions
diff --git a/tool/bundler/test_gems.rb b/tool/bundler/test_gems.rb
index 215d23183e..3fb58b9388 100644
--- a/tool/bundler/test_gems.rb
+++ b/tool/bundler/test_gems.rb
@@ -5,7 +5,6 @@ source "https://rubygems.org"
gem "rack", "2.0.8"
gem "webrick", "1.7.0"
gem "rack-test", "~> 1.1"
-gem "artifice", "~> 0.6.0"
gem "compact_index", "~> 0.13.0"
gem "sinatra", "~> 2.0"
gem "rake", "13.0.1"
diff --git a/tool/bundler/test_gems.rb.lock b/tool/bundler/test_gems.rb.lock
index 62b65c007f..554fd3ed9e 100644
--- a/tool/bundler/test_gems.rb.lock
+++ b/tool/bundler/test_gems.rb.lock
@@ -1,8 +1,6 @@
GEM
remote: https://rubygems.org/
specs:
- artifice (0.6)
- rack-test
builder (3.2.4)
compact_index (0.13.0)
mustermann (1.1.2)
@@ -33,7 +31,6 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
- artifice (~> 0.6.0)
builder (~> 3.2)
compact_index (~> 0.13.0)
rack (= 2.0.8)