We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0be71 commit f0173d2Copy full SHA for f0173d2
.github/workflows/test.yml
@@ -32,5 +32,5 @@ jobs:
32
- uses: ruby/setup-ruby@v1
33
with:
34
ruby-version: ${{ matrix.ruby }}
35
- - run: bundle install
36
- - run: rake
+ bundler-cache: true # 'bundle install' and cache gems
+ - run: bundle exec rake
xmlrpc.gemspec
@@ -22,5 +22,6 @@ Gem::Specification.new do |spec|
22
23
spec.add_development_dependency "bundler"
24
spec.add_development_dependency "rake"
25
+ spec.add_development_dependency "rexml"
26
spec.add_development_dependency "test-unit"
27
end
0 commit comments