diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62d340e3b..b34b9632a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.gitignore b/.gitignore index c0cf4aea5..29cff21ef 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ coverage pkg rdoc -Gemfile.lock # YARD artifacts .yardoc diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 000000000..83a78d2a4 --- /dev/null +++ b/Gemfile.lock @@ -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