move the xpath pin to test group instead

bug/bundler_fix
Brent Cook 2017-07-12 05:11:09 -05:00
parent 456bf80a7c
commit 8d23d1e05d
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
3 changed files with 4 additions and 4 deletions

View File

@ -44,4 +44,7 @@ group :test do
gem 'shoulda-matchers'
# Manipulate Time.now in specs
gem 'timecop'
# Needed to work around a regression between capybara 2.7.1 and xpath 2.1
# XXX remove when capybara is updated to work with xpath 2.1
gem 'xpath', '2.0'
end

View File

@ -66,7 +66,6 @@ PATH
windows_error
xdr
xmlrpc
xpath (= 2.0)
GEM
remote: https://rubygems.org/
@ -410,6 +409,7 @@ DEPENDENCIES
shoulda-matchers
simplecov
timecop
xpath (= 2.0)
yard
BUNDLED WITH

View File

@ -184,7 +184,4 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'nexpose'
# Needed for NDMP sockets
spec.add_runtime_dependency 'xdr'
# Needed to work around a regression between capybara 2.7.1 and xpath 2.1
# XXX remove when capybara is updated to work with xpath 2.1
spec.add_runtime_dependency 'xpath', '2.0'
end