Gemfile in roar-1.0.4 vs Gemfile in roar-1.1.0
- old
+ new
@@ -1,7 +1,17 @@
source "http://rubygems.org"
# Specify your gem's dependencies in roar.gemspec
gemspec
-# 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"
+install_if -> { RUBY_VERSION > '2.2.2' } do
+ gem 'sinatra', '~> 2.0.0.beta2'
+ gem 'sinatra-contrib', github: 'sinatra/sinatra'
+end
+
+gem 'nokogiri', '~> 1.6.8'
+
+# gem "representable", path: "../representable"
+# gem "representable", github: "apotonick/representable"
+# gem "declarative", path: "../declarative"
+gem "minitest-line"
+gem "pry"