Gemfile in roar-0.12.9 vs Gemfile in roar-1.0.0.beta1
- old
+ new
@@ -1,7 +1,10 @@
source "http://rubygems.org"
# Specify your gem's dependencies in roar.gemspec
gemspec
-#gem "representable", :path => "../representable"
-gem "sinatra-contrib", :git => "git@github.com:apotonick/sinatra-contrib.git", :branch => "runner"
+gem "representable", "~> 2.1.0"
+# gem "representable", :path => "../representable"
+
+# as long as this is not merged, i'll vendor the runner file.
+# gem "sinatra-contrib", :git => "git@github.com:apotonick/sinatra-contrib.git", :branch => "runner"