summaryrefslogtreecommitdiff
path: root/tool/bundler/test_gems.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/bundler/test_gems.rb')
-rw-r--r--tool/bundler/test_gems.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/tool/bundler/test_gems.rb b/tool/bundler/test_gems.rb
new file mode 100644
index 0000000000..9126740782
--- /dev/null
+++ b/tool/bundler/test_gems.rb
@@ -0,0 +1,13 @@
+# frozen_string_literal: true
+
+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 "sinatra", "~> 2.0"
+gem "rake", "13.0.1"
+gem "builder", "~> 3.2"
+# ruby-graphviz is used by the viz tests
+gem "ruby-graphviz", "1.2.4" # for >= Ruby 2.3