Skip to content

Commit d3a26c7

Browse files
authored
Add REXML development dependency
This fixes test suite errors [[1]] such as: ~~~ ... snip ... 1) Error: BaseTest#test_to_xml: LoadError: cannot load such file -- rexml/document ... snip ... ~~~ Other possibility could be to add REXML as a runtime dependency, but that it probably not the right solution, because otherwise the dependency would have to be introduced in ActiveSupport [[2]]. [1]: https://travis-ci.org/github/rails/activeresource/jobs/748631192 [2]: rails/rails@f624ed0
1 parent dedecf9 commit d3a26c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activeresource.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ Gem::Specification.new do |s|
2929

3030
s.add_development_dependency("rake")
3131
s.add_development_dependency("mocha", ">= 0.13.0")
32+
s.add_development_dependency("rexml")
3233
end

0 commit comments

Comments
 (0)