list rake and json as gem dependencies

This commit is contained in:
Josh Holtrop 2014-06-05 09:21:20 -04:00
parent af5df42bbc
commit 85f2ca91c3
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
source "http://rubygems.org"
gem "rscons"
gem "rake"
gem "json"

View File

@ -1,10 +1,14 @@
GEM
remote: http://rubygems.org/
specs:
json (1.8.1)
rake (10.3.2)
rscons (1.4.3)
PLATFORMS
ruby
DEPENDENCIES
json
rake
rscons