Attempt to use selenium runner from source, to fix dependency loop

This commit is contained in:
slackersoft
2014-11-14 12:41:50 -08:00
parent 590a9d9d41
commit 216b40439f

View File

@@ -1,7 +1,9 @@
source 'https://rubygems.org'
gem "jasmine", :git => 'https://github.com/pivotal/jasmine-gem.git'
# gem "jasmine", path: "/Users/pivotal/workspace/jasmine-gem"
# gem "jasmine", path: "../jasmine-gem"
gemspec
gem "jasmine_selenium_runner", :github => 'jasmine/jasmine_selenium_runner'
gem "anchorman"