Skip to content

Commit

Permalink
Merge pull request #201 from matthewshafer/mocha-2
Browse files Browse the repository at this point in the history
Update mocha development dependency from 1.x to 2.x
  • Loading branch information
mashafer authored Jan 31, 2025
2 parents a85df31 + 40d6804 commit 792f2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.6, 2.7, 3.0, 3.1, 3.2]
ruby: [2.6, 2.7, '3.0', 3.1, 3.2]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion circuitbox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'gimme', '~> 0.5'
spec.add_development_dependency 'minitest', '~> 5.14'
spec.add_development_dependency 'minitest-excludes', '~> 2.0'
spec.add_development_dependency 'mocha', '~> 1.12'
spec.add_development_dependency 'mocha', '~> 2.7'
spec.add_development_dependency 'moneta', '~> 1.0'
spec.add_development_dependency 'rack', '~> 2.0'
spec.add_development_dependency 'rake', '~> 13.0'
Expand Down

0 comments on commit 792f2b3

Please sign in to comment.