Skip to content

Commit

Permalink
Fix Minitest compatibility with mocha freerange/mocha#614
Browse files Browse the repository at this point in the history
* upgrade other dependencies
* use current Ruby version for build
  • Loading branch information
geekq committed Apr 17, 2024
1 parent ba6946b commit 40c9f7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7, 3.0, 3.1]
ruby: [2.7, 3.1, 3.3]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
10 changes: 5 additions & 5 deletions workflow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Gem::Specification.new do |gem|
]

gem.required_ruby_version = '>= 2.7'
gem.add_development_dependency 'rdoc', '~> 6.1'
gem.add_development_dependency 'bundler', '~> 2.0'
gem.add_development_dependency 'mocha', '~> 1.8'
gem.add_development_dependency 'rake', '~> 12.3'
gem.add_development_dependency 'minitest', '~> 5.11'
gem.add_development_dependency 'rdoc', '~> 6.4'
gem.add_development_dependency 'bundler', '~> 2.3'
gem.add_development_dependency 'mocha', '~> 2.2'
gem.add_development_dependency 'rake', '~> 13.1'
gem.add_development_dependency 'minitest', '~> 5.21'
gem.add_development_dependency 'ruby-graphviz', '~> 1.2'

end
Expand Down

0 comments on commit 40c9f7a

Please sign in to comment.