Skip to content

Commit

Permalink
add xmlrpc dependency for it to work with ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anikolskiy committed Dec 13, 2018
1 parent a2c1368 commit 7b43e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ spec/reports
test/tmp
test/version_tmp
tmp
.idea/
1 change: 1 addition & 0 deletions ustidnr_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_dependency 'activesupport'
spec.add_dependency 'activemodel'
spec.add_dependency "xmlrpc"

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 7b43e6d

Please sign in to comment.