Skip to content
Snippets Groups Projects
Commit fede9ad5 authored by Sophie Brun's avatar Sophie Brun
Browse files

New upstream version 3.8.28

parent e5a12866
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
ruby: ['3.0', 3.1, 3.2, 3.3]
ruby: ['3.0', 3.1, 3.2, 3.3, 3.4]
steps:
- name: Checkout code
......
FROM ruby:3.0.2-alpine AS builder
FROM ruby:3.4.2-alpine AS builder
LABEL maintainer="WPScan Team <contact@wpscan.com>"
RUN echo "install: --no-document --no-post-install-message\nupdate: --no-document --no-post-install-message" > /etc/gemrc
......@@ -19,7 +19,7 @@ RUN rake install --trace
RUN chmod -R a+r /usr/local/bundle
FROM ruby:3.0.2-alpine
FROM ruby:3.4.2-alpine
LABEL maintainer="WPScan Team <contact@wpscan.com>"
LABEL org.opencontainers.image.source https://github.com/wpscanteam/wpscan
......
......@@ -34,7 +34,7 @@
### In a Pentesting distribution
When using a pentesting distubution (such as Kali Linux), it is recommended to install/update wpscan via the package manager if available.
When using a pentesting distribution (such as Kali Linux), it is recommended to install/update wpscan via the package manager if available.
### In macOSX via Homebrew
......
......@@ -2,5 +2,5 @@
# Version
module WPScan
VERSION = '3.8.27'
VERSION = '3.8.28'
end
......@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.executables = ['wpscan']
s.require_paths = ['lib']
s.add_dependency 'cms_scanner', '~> 0.14.3'
s.add_dependency 'cms_scanner', '~> 0.15.0'
# Fixes
# - warning: ostruct was loaded from the standard library
......@@ -33,12 +33,12 @@ Gem::Specification.new do |s|
s.add_development_dependency 'bundler', '>= 1.6'
s.add_development_dependency 'memory_profiler', '~> 1.0.0'
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'rspec', '~> 3.12.0'
s.add_development_dependency 'rspec-its', '~> 1.3.0'
s.add_development_dependency 'rspec', '~> 3.13.0'
s.add_development_dependency 'rspec-its', '~> 2.0.0'
s.add_development_dependency 'rubocop', '~> 1.26.0'
s.add_development_dependency 'rubocop-performance', '~> 1.13.0'
s.add_development_dependency 'simplecov', '~> 0.22.0'
s.add_development_dependency 'simplecov-lcov', '~> 0.8.0'
s.add_development_dependency 'stackprof', '~> 0.2.12'
s.add_development_dependency 'webmock', '~> 3.19.1'
s.add_development_dependency 'webmock', '~> 3.23.1'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment