File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,4 +44,7 @@ group :test do
44
44
gem 'shoulda-matchers'
45
45
# Manipulate Time.now in specs
46
46
gem 'timecop'
47
+ # Needed to work around a regression between capybara 2.7.1 and xpath 2.1
48
+ # XXX remove when capybara is updated to work with xpath 2.1
49
+ gem 'xpath' , '2.0'
47
50
end
Original file line number Diff line number Diff line change 66
66
windows_error
67
67
xdr
68
68
xmlrpc
69
- xpath (= 2.0 )
70
69
71
70
GEM
72
71
remote: https://rubygems.org/
@@ -410,6 +409,7 @@ DEPENDENCIES
410
409
shoulda-matchers
411
410
simplecov
412
411
timecop
412
+ xpath (= 2.0 )
413
413
yard
414
414
415
415
BUNDLED WITH
Original file line number Diff line number Diff line change @@ -184,7 +184,4 @@ Gem::Specification.new do |spec|
184
184
spec . add_runtime_dependency 'nexpose'
185
185
# Needed for NDMP sockets
186
186
spec . add_runtime_dependency 'xdr'
187
- # Needed to work around a regression between capybara 2.7.1 and xpath 2.1
188
- # XXX remove when capybara is updated to work with xpath 2.1
189
- spec . add_runtime_dependency 'xpath' , '2.0'
190
187
end
You can’t perform that action at this time.
0 commit comments