Gemfile in roar-1.0.0 vs Gemfile in roar-1.0.1

- old
+ new

@@ -1,10 +1,10 @@ source "http://rubygems.org" # Specify your gem's dependencies in roar.gemspec gemspec -gem "representable", "~> 2.1.0" -# gem "representable", :path => "../representable" +# 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"