Skip to content

Commit

Permalink
gemfile additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Feldhaus committed Mar 27, 2012
1 parent ed48fd6 commit 67770e7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Gemfile
@@ -1,19 +1,24 @@
source :rubygems

# external ruby libraries
gem "uuidtools"
gem "json"
gem "antlr3"
gem "hashie"

# sinatra and related
gem "sinatra"
gem "sinatra-contrib"
gem "sinatra-cross_origin"

# passenger
gem "passenger"
gem "json"
gem "antlr3"
gem "hashie"

group :ec2 do
platforms :ec2 do
gem "aws-sdk"
gem "xml-simple"
end

group :development do
platforms :development do
gem "rspec"
end

0 comments on commit 67770e7

Please sign in to comment.