Skip to content

Commit

Permalink
Fix xpath in base versions gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Mar 18, 2013
1 parent 07f2a71 commit c43cbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gemfiles/Gemfile.base-versions
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source :rubygems
source "https://rubygems.org"

gem 'bundler', '~> 1.0'
gemspec :path => '..'

gem 'xpath', :path => '../xpath'
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'

gem 'rack', '= 1.3.0' # cannot go lower because referer tests need aa7ce77cd0
gem 'rack-test', '= 0.5.4'
Expand Down

0 comments on commit c43cbb3

Please sign in to comment.