Merge pull request #116 from jroes/master

Add rake to Gemfile
This commit is contained in:
Alan Johnson
2011-09-04 05:26:32 -07:00
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
source "http://rubygems.org"
gem "rake"
gem "therubyracer", ">= 0.8.0"
gem "rspec"
+2
View File
@@ -2,6 +2,7 @@ GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
rake (0.9.2)
rspec (2.1.0)
rspec-core (~> 2.1.0)
rspec-expectations (~> 2.1.0)
@@ -16,5 +17,6 @@ PLATFORMS
ruby
DEPENDENCIES
rake
rspec
therubyracer (>= 0.8.0)