Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reproducible Builds: Add Gemfile.lock #1644

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
gem install bundler
bundle config force_ruby_platform true
bundle config path vendor/bundle
bundle config deployment true
bundle install --jobs 4 --retry 3

- name: rubocop
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
coverage
pkg
rdoc
Gemfile.lock

# YARD artifacts
.yardoc
Expand Down
133 changes: 133 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
PATH
remote: .
specs:
wpscan (3.8.17)
cms_scanner (~> 0.13.4)

GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
cms_scanner (0.13.4)
ethon (~> 0.14.0)
get_process_mem (~> 0.2.5)
nokogiri (~> 1.11.0)
opt_parse_validator (~> 1.9.4)
public_suffix (~> 4.0.3)
ruby-progressbar (>= 1.10, < 1.12)
sys-proctable (~> 1.2.2)
typhoeus (>= 1.3, < 1.5)
xmlrpc (~> 0.3)
yajl-ruby (~> 1.4.1)
concurrent-ruby (1.1.8)
crack (0.4.5)
rexml
diff-lcs (1.4.4)
docile (1.4.0)
ethon (0.14.0)
ffi (>= 1.15.0)
ffi (1.15.0)
get_process_mem (0.2.7)
ffi (~> 1.0)
hashdiff (1.0.1)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
memory_profiler (1.0.0)
minitest (5.14.4)
nokogiri (1.11.4-x86_64-linux)
racc (~> 1.4)
opt_parse_validator (1.9.4)
activesupport (>= 5.2, < 6.2.0)
addressable (>= 2.5, < 2.8)
parallel (1.20.1)
parser (3.0.1.1)
ast (~> 2.4.1)
public_suffix (4.0.6)
racc (1.5.2)
rainbow (3.0.0)
rake (13.0.3)
regexp_parser (2.1.1)
rexml (3.2.5)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.14.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.5.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.5.0)
parser (>= 3.0.1.1)
rubocop-performance (1.11.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.3)
stackprof (0.2.17)
sys-proctable (1.2.6)
ffi
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
webmock (3.12.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.7.0)
xmlrpc (0.3.2)
webrick
yajl-ruby (1.4.1)
zeitwerk (2.4.2)

PLATFORMS
x86_64-linux

DEPENDENCIES
bundler (>= 1.6)
memory_profiler (~> 1.0.0)
rake (~> 13.0)
rspec (~> 3.10.0)
rspec-its (~> 1.3.0)
rubocop (~> 1.14.0)
rubocop-performance (~> 1.11.0)
simplecov (~> 0.21.0)
simplecov-lcov (~> 0.8.0)
stackprof (~> 0.2.12)
webmock (~> 3.12.0)
wpscan!

BUNDLED WITH
2.2.17