mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
13 lines
325 B
Ruby
13 lines
325 B
Ruby
# 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
|