1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Added test_gems.rb for setup dependencies

This commit is contained in:
Hiroshi SHIBATA 2020-05-07 17:07:45 +09:00
parent a7c1791cec
commit 5b634afe4c
Notes: git 2020-05-13 07:55:15 +09:00
3 changed files with 57 additions and 1 deletions

View file

@ -0,0 +1,40 @@
GEM
remote: https://rubygems.org/
specs:
artifice (0.6)
rack-test
builder (3.2.4)
compact_index (0.11.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
rack (2.0.8)
rack-protection (2.0.8.1)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (13.0.1)
ruby-graphviz (1.2.4)
ruby2_keywords (0.0.2)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
tilt (2.0.10)
PLATFORMS
java
ruby
DEPENDENCIES
artifice (~> 0.6.0)
builder (~> 3.2)
compact_index (~> 0.11.0)
rack (= 2.0.8)
rack-test (~> 1.1)
rake (= 13.0.1)
ruby-graphviz (= 1.2.4)
sinatra (~> 2.0)
BUNDLED WITH
2.2.0.dev