Skip to content

Commit

Permalink
Merge pull request #21 from lyrasis/fix-deps
Browse files Browse the repository at this point in the history
Fix deps for Ruby v3 and cli tests
  • Loading branch information
mark-cooper authored Apr 18, 2024
2 parents 850e5e8 + c1796e5 commit 02e9ec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ experiment away.
To run the tests:

```bash
bundle exec rspec
bundle exec rake
```

## Publishing
Expand Down
4 changes: 3 additions & 1 deletion archivesspace-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "aruba", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "capybara_discoball", "~> 0.1.0"
spec.add_development_dependency "json_spec", "~> 1.1", ">= 1.1.5"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "3.6.0"
spec.add_development_dependency "rubocop", "1.56"
spec.add_development_dependency "standard", "1.31.0"
Expand Down

0 comments on commit 02e9ec5

Please sign in to comment.