list rake and json as gem dependencies
This commit is contained in:
parent
af5df42bbc
commit
85f2ca91c3
2
Gemfile
2
Gemfile
@ -1,3 +1,5 @@
|
|||||||
source "http://rubygems.org"
|
source "http://rubygems.org"
|
||||||
|
|
||||||
gem "rscons"
|
gem "rscons"
|
||||||
|
gem "rake"
|
||||||
|
gem "json"
|
||||||
|
@ -1,10 +1,14 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
json (1.8.1)
|
||||||
|
rake (10.3.2)
|
||||||
rscons (1.4.3)
|
rscons (1.4.3)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
json
|
||||||
|
rake
|
||||||
rscons
|
rscons
|
||||||
|
Loading…
x
Reference in New Issue
Block a user