Gemfile in wally-0.0.27 vs Gemfile in wally-0.0.28
- old
+ new
@@ -1,18 +1,9 @@
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