Gemfile in wally-0.0.26 vs Gemfile in wally-0.0.27

- old
+ new

@@ -1,4 +1,18 @@ source "http://rubygems.org" # Specify your gem's dependencies in wally.gemspec gemspec + +group :client do + gem "rest-client" +end + +group :server do + gem "sinatra" + gem "haml" + gem "rdiscount" + gem "gherkin" + gem "komainu" + gem "mongo_mapper" + gem "bson_ext" +end