Gemfile in roar-0.12.2 vs Gemfile in roar-0.12.3
- old
+ new
@@ -1,7 +1,7 @@
source "http://rubygems.org"
# Specify your gem's dependencies in roar.gemspec
gemspec
-gem "representable", :path => "../representable"
-gem "sinatra", path: "../sinatra"
\ No newline at end of file
+#gem "representable", :path => "../representable"
+gem "sinatra-contrib", :git => "git@github.com:apotonick/sinatra-contrib.git", :branch => "runner"