Skip to content

Commit

Permalink
Merge pull request #41 from dougbarth/dougbarth/update-deps
Browse files Browse the repository at this point in the history
Bump some dependencies to latest version
  • Loading branch information
dougbarth committed Apr 12, 2023
2 parents 8532ff0 + 63a1185 commit 8c26f57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions jsonlint.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'optimist', '~> 3'

spec.add_development_dependency 'bundler', '~> 2'
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rake', '~> 13'
spec.add_development_dependency 'rspec', '~> 3.8'
spec.add_development_dependency 'aruba', '~> 0.14'
spec.add_development_dependency 'aruba', '~> 2'
end

0 comments on commit 8c26f57

Please sign in to comment.