Skip to content

Commit

Permalink
Merge pull request #1854 from wpscanteam/update-deps
Browse files Browse the repository at this point in the history
Updates Deps
  • Loading branch information
erwanlr authored Sep 5, 2024
2 parents 6d7f758 + e87cd17 commit e9d41ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
ruby: [2.7, '3.0', 3.1, 3.2]
ruby: ['3.0', 3.1, 3.2, 3.3]

steps:
- name: Checkout code
Expand All @@ -31,8 +31,11 @@ jobs:
run: |
bundle exec rubocop
# Runs Specs which are not tagged as slow first to speed up the process in case of failure in those
# Then will run the full specs suite (and generate the final coverage report)
- name: rspec
run: |
bundle exec rspec --tag ~slow
bundle exec rspec
- name: Coveralls
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
## Prerequisites

- (Optional but highly recommended: [RVM](https://rvm.io/rvm/install))
- Ruby >= 2.7 - Recommended: latest
- Ruby >= 3.0 - Recommended: latest
- Curl >= 7.72 - Recommended: latest
- The 7.29 has a segfault
- The < 7.72 could result in `Stream error in the HTTP/2 framing layer` in some cases
Expand Down
2 changes: 1 addition & 1 deletion wpscan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.name = 'wpscan'
s.version = WPScan::VERSION
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 2.7'
s.required_ruby_version = '>= 3.0'
s.authors = ['WPScanTeam']
s.email = ['[email protected]']
s.summary = 'WPScan - WordPress Vulnerability Scanner'
Expand Down

0 comments on commit e9d41ef

Please sign in to comment.