1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

xpath gem repo move to teamcapybara

This commit is contained in:
Thomas Walpole 2017-05-25 10:43:28 -07:00
parent 6666c34637
commit 037200d198
7 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gemspec
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
gem 'xpath', :git => 'git://github.com/teamcapybara/xpath.git'
group :doc do
gem 'redcarpet', :platforms => :mri

View file

@ -3,7 +3,7 @@ source "https://rubygems.org"
gem 'bundler', '~> 1.0'
gemspec :path => '..'
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
gem 'xpath', :git => 'git://github.com/teamcapybara/xpath.git'
gem 'rack', '= 1.3.0' # cannot go lower because referer tests need aa7ce77cd0
gem 'rack-test', '= 0.5.4'

View file

@ -4,7 +4,7 @@ gem 'bundler', '~> 1.1'
gemspec :path => '..'
gem 'pkg-config' # needed by nokogiri
gem 'xpath', github: 'jnicklas/xpath'
gem 'xpath', github: 'teamcapybara/xpath'
gem 'rack', github: 'rack/rack'
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
gem 'rspec', github: 'rspec/rspec'

View file

@ -3,7 +3,7 @@ source "https://rubygems.org"
gem 'bundler', '~> 1.1'
gemspec :path => '..'
gem 'xpath', github: 'jnicklas/xpath'
gem 'xpath', github: 'teamcapybara/xpath'
gem 'selenium-webdriver', :path => '../../selenium/build/rb'
gem 'rack', github: 'rack/rack'

View file

@ -3,6 +3,6 @@ source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gemspec :path => '..'
gem 'xpath', github: 'jnicklas/xpath'
gem 'xpath', github: 'teamcapybara/xpath'
gem 'rspec', '~>3.4.0'

View file

@ -4,7 +4,7 @@ gem 'bundler', '~> 1.1'
gemspec path: '..'
gem 'mime-types', '< 3.0'
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
gem 'xpath', :git => 'git://github.com/teamcapybara/xpath.git'
gem 'term-ansicolor', '< 1.4.0'
gem 'tins', '< 1.7.0' # 1.7.0 requires ruby 2.0

View file

@ -3,6 +3,6 @@ source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gemspec path: '..'
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
gem 'xpath', :git => 'git://github.com/teamcapybara/xpath.git'
gem 'nokogiri', '< 1.7.0' # 1.7 requires ruby 2.1+
gem 'rack', '<2.0' # 2.0 requires ruby 2.2+