Skip to content

Commit

Permalink
add Ruby 3.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz committed Jan 31, 2021
1 parent b130e48 commit 17d5699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.3', '2.4', '2.5', '2.6', '2.7']
ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0']
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion pronto-brakeman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ['LICENSE', 'README.md']
s.require_paths = ['lib']

s.add_runtime_dependency('pronto', '~> 0.10.0')
s.add_runtime_dependency('pronto', '~> 0.11.0')
s.add_runtime_dependency('brakeman', '>= 3.2.0')
s.add_development_dependency('rake', '~> 12.0')
s.add_development_dependency('rspec', '~> 3.4')
Expand Down

0 comments on commit 17d5699

Please sign in to comment.