Skip to content

Commit

Permalink
drop support for Ruby 2.3 and 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz committed Dec 9, 2021
1 parent c07fac8 commit 9785357
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', '3.0']
ruby: ['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 @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.summary = 'Pronto runner for Brakeman, security vulnerability scanner for RoR'

s.licenses = ['MIT']
s.required_ruby_version = '>= 2.3.0'
s.required_ruby_version = '>= 2.5.0'
s.rubygems_version = '1.8.23'

s.files = `git ls-files`.split($RS).reject do |file|
Expand Down

0 comments on commit 9785357

Please sign in to comment.