diff --git a/src/supermarket/Gemfile.lock b/src/supermarket/Gemfile.lock index a7aa593a9b..6572398e15 100644 --- a/src/supermarket/Gemfile.lock +++ b/src/supermarket/Gemfile.lock @@ -7,63 +7,80 @@ PATH foodcritic (~> 16.3) mixlib-archive (~> 0.4) octokit (~> 4.0) - rails (>= 5.1, < 6) + rails (>= 6.1, < 7) ruby-filemagic sidekiq (~> 4.2) GEM remote: https://rubygems.org/ specs: - actioncable (5.2.6) - actionpack (= 5.2.6) + actioncable (6.1.4) + actionpack (= 6.1.4) + activesupport (= 6.1.4) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailer (5.2.6) - actionpack (= 5.2.6) - actionview (= 5.2.6) - activejob (= 5.2.6) + actionmailbox (6.1.4) + actionpack (= 6.1.4) + activejob (= 6.1.4) + activerecord (= 6.1.4) + activestorage (= 6.1.4) + activesupport (= 6.1.4) + mail (>= 2.7.1) + actionmailer (6.1.4) + actionpack (= 6.1.4) + actionview (= 6.1.4) + activejob (= 6.1.4) + activesupport (= 6.1.4) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.2.6) - actionview (= 5.2.6) - activesupport (= 5.2.6) - rack (~> 2.0, >= 2.0.8) + actionpack (6.1.4) + actionview (= 6.1.4) + activesupport (= 6.1.4) + rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.6) - activesupport (= 5.2.6) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actiontext (6.1.4) + actionpack (= 6.1.4) + activerecord (= 6.1.4) + activestorage (= 6.1.4) + activesupport (= 6.1.4) + nokogiri (>= 1.8.5) + actionview (6.1.4) + activesupport (= 6.1.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.2.6) - activesupport (= 5.2.6) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activejob (6.1.4) + activesupport (= 6.1.4) globalid (>= 0.3.6) - activemodel (5.2.6) - activesupport (= 5.2.6) - activerecord (5.2.6) - activemodel (= 5.2.6) - activesupport (= 5.2.6) - arel (>= 9.0) - activestorage (5.2.6) - actionpack (= 5.2.6) - activerecord (= 5.2.6) + activemodel (6.1.4) + activesupport (= 6.1.4) + activerecord (6.1.4) + activemodel (= 6.1.4) + activesupport (= 6.1.4) + activestorage (6.1.4) + actionpack (= 6.1.4) + activejob (= 6.1.4) + activerecord (= 6.1.4) + activesupport (= 6.1.4) marcel (~> 1.0.0) - activesupport (5.2.6) + mini_mime (>= 1.1.0) + activesupport (6.1.4) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) and_feathers (1.0.0.pre.2) and_feathers-gzipped_tarball (1.0.0.pre) - arel (9.0.0) ast (2.4.2) aws-eventstream (1.1.1) - aws-partitions (1.473.0) - aws-sdk-core (3.115.0) + aws-partitions (1.477.0) + aws-sdk-core (3.117.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) aws-sigv4 (~> 1.1) @@ -75,50 +92,52 @@ GEM aws-sdk-core (~> 3, >= 3.112.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) - aws-sigv4 (1.2.3) + aws-sigv4 (1.2.4) aws-eventstream (~> 1, >= 1.0.2) axiom-types (0.1.1) descendants_tracker (~> 0.0.4) ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) - bcrypt_pbkdf (1.1.0.rc1) + bcrypt_pbkdf (1.1.0) brakeman (5.1.1) builder (3.2.4) byebug (11.1.3) - capybara (2.18.0) + capybara (3.35.3) addressable mini_mime (>= 0.1.3) - nokogiri (>= 1.3.3) - rack (>= 1.0.0) - rack-test (>= 0.5.4) - xpath (>= 2.0, < 4.0) + nokogiri (~> 1.8) + rack (>= 1.6.0) + rack-test (>= 0.6.3) + regexp_parser (>= 1.5, < 3.0) + xpath (~> 3.2) capybara-screenshot (1.0.25) capybara (>= 1.0, < 4) launchy - chef (16.2.44) + chef (16.14.1) addressable - bcrypt_pbkdf (= 1.1.0.rc1) + bcrypt_pbkdf (~> 1.1) bundler (>= 1.10) - chef-config (= 16.2.44) - chef-utils (= 16.2.44) + chef-config (= 16.14.1) + chef-utils (= 16.14.1) chef-vault chef-zero (>= 14.0.11) - diff-lcs (~> 1.2, >= 1.2.4) + diff-lcs (>= 1.2.4, < 1.4.0) ed25519 (~> 1.2) erubis (~> 2.7) ffi (>= 1.9.25) - ffi-libarchive + ffi-libarchive (~> 1.0, >= 1.0.3) ffi-yajl (~> 2.2) highline (>= 1.6.9, < 3) iniparse (~> 1.4) - license-acceptance (~> 1.0, >= 1.0.5) + inspec-core (~> 4.23) + license-acceptance (>= 1.0.5, < 3) mixlib-archive (>= 0.4, < 2.0) mixlib-authentication (>= 2.1, < 4) mixlib-cli (>= 2.1.1, < 3.0) mixlib-log (>= 2.0.3, < 4.0) - mixlib-shellout (>= 3.0.3, < 4.0) + mixlib-shellout (>= 3.1.1, < 4.0) net-sftp (>= 2.1.2, < 4.0) - net-ssh (>= 4.2, < 7) + net-ssh (>= 5.1, < 7) net-ssh-multi (~> 1.2, >= 1.2.1) ohai (~> 16.0) pastel @@ -127,31 +146,35 @@ GEM syslog-logger (~> 1.6) train-core (~> 3.2, >= 3.2.28) train-winrm (>= 0.2.5) + tty-prompt (~> 0.21) tty-screen (~> 0.6) - uuidtools (~> 2.1.5) - chef-config (16.2.44) + tty-table (~> 0.11) + uuidtools (>= 2.1.5, < 3.0) + chef-config (16.14.1) addressable - chef-utils (= 16.2.44) + chef-utils (= 16.14.1) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) tomlrb (~> 1.2) - chef-utils (16.2.44) - chef-vault (4.0.1) - chef-zero (15.0.0) + chef-telemetry (1.1.1) + chef-config + concurrent-ruby (~> 1.0) + chef-utils (16.14.1) + chef-vault (4.1.0) + chef-zero (15.0.7) ffi-yajl (~> 2.2) hashie (>= 2.0, < 5.0) mixlib-log (>= 2.0, < 4.0) rack (~> 2.0, >= 2.0.6) uuidtools (~> 2.1) - chefstyle (1.4.5) - rubocop (= 0.93.1) + webrick + chefstyle (2.0.6) + rubocop (= 1.18.3) chunky_png (1.4.0) climate_control (0.2.0) cliver (0.3.2) - cocaine (0.5.8) - climate_control (>= 0.0.3, < 1.0) - coderay (1.1.1) + coderay (1.1.3) coercible (1.0.0) descendants_tracker (~> 0.0.1) compass (1.0.3) @@ -166,25 +189,29 @@ GEM sass (>= 3.3.0, < 3.5) compass-import-once (1.0.5) sass (>= 3.2, < 3.5) - compass-rails (4.0.0) + compass-rails (2.0.1) compass (~> 1.0.0) - sass-rails (< 5.1) - sprockets (< 4.0) concurrent-ruby (1.1.9) - connection_pool (2.2.1) - cookstyle (6.21.1) - rubocop (= 0.93.1) + connection_pool (2.2.5) + cookstyle (7.15.1) + rubocop (= 1.18.3) crack (0.4.5) rexml crass (1.0.6) css_parser (1.9.0) addressable - database_cleaner (1.6.1) - ddtrace (0.7.1) + database_cleaner (2.0.1) + database_cleaner-active_record (~> 2.0.0) + database_cleaner-active_record (2.0.1) + activerecord (>= 5.a) + database_cleaner-core (~> 2.0.0) + database_cleaner-core (2.0.1) + ddtrace (0.51.0) + ffi (~> 1.0) msgpack descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) - diff-lcs (1.4.4) + diff-lcs (1.3) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) dotenv (2.7.6) @@ -193,30 +220,42 @@ GEM railties (>= 3.2) ed25519 (1.2.4) equalizer (0.0.11) - equatable (0.6.1) erubi (1.10.0) erubis (2.7.0) - et-orbi (1.1.5) + et-orbi (1.2.4) tzinfo - excon (0.83.0) + excon (0.85.0) execjs (2.7.0) - factory_bot (6.0.2) + factory_bot (6.2.0) activesupport (>= 5.0.0) - factory_bot_rails (6.0.0) - factory_bot (~> 6.0.0) + factory_bot_rails (6.2.0) + factory_bot (~> 6.2.0) railties (>= 5.0.0) - faker (1.7.3) - i18n (~> 0.5) - faraday (0.17.4) + faker (2.18.0) + i18n (>= 1.6, < 2) + faraday (1.4.3) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) multipart-post (>= 1.2, < 3) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday_middleware (1.1.0) + faraday (~> 1.0) ffi (1.15.3) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake - ffi-libarchive (1.0.0) + ffi-libarchive (1.0.17) ffi (~> 1.0) - ffi-yajl (2.3.3) - libyajl2 (~> 1.2) + ffi-yajl (2.4.0) + libyajl2 (>= 1.2) foodcritic (16.3.0) erubis ffi-yajl (~> 2.0) @@ -224,21 +263,20 @@ GEM rake rufus-lru (~> 1.0) treetop (~> 1.4) - foreman (0.84.0) - thor (~> 0.19.1) - formatador (0.2.5) - fugit (1.1.5) - et-orbi (~> 1.1, >= 1.1.3) - raabro (~> 1.1) + foreman (0.87.2) + formatador (0.3.0) + fugit (1.5.0) + et-orbi (~> 1.1, >= 1.1.8) + raabro (~> 1.4) fuzzyurl (0.9.0) globalid (0.4.2) activesupport (>= 4.2.0) - gssapi (1.3.0) + gssapi (1.3.1) ffi (>= 1.0.1) - guard (2.14.1) + guard (2.17.0) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) - lumberjack (~> 1.0) + lumberjack (>= 1.0.12, < 2.0) nenv (~> 0.1) notiffany (~> 0.0) pry (>= 0.9.12) @@ -249,15 +287,15 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - guard-rubocop (1.2.0) + guard-rubocop (1.4.0) guard (~> 2.0) - rubocop (~> 0.20) + rubocop (< 2.0) gyoku (1.3.1) builder (>= 2.1.2) hashdiff (1.0.1) hashie (4.1.0) highline (2.0.3) - honeycomb-beeline (2.4.2) + honeycomb-beeline (2.6.0) libhoney (~> 1.14, >= 1.14.2) html_truncator (0.4.2) nokogiri (~> 1.5) @@ -273,10 +311,33 @@ GEM http-parser (1.2.3) ffi-compiler (>= 1.0, < 2.0) httpclient (2.8.3) - i18n (0.9.5) + i18n (1.8.10) concurrent-ruby (~> 1.0) ice_nine (0.11.2) iniparse (1.5.0) + inspec-core (4.38.9) + addressable (~> 2.4) + chef-telemetry (~> 1.0, >= 1.0.8) + faraday (>= 0.9.0, < 1.5) + faraday_middleware (~> 1.0) + hashie (>= 3.4, < 5.0) + license-acceptance (>= 0.2.13, < 3.0) + method_source (>= 0.8, < 2.0) + mixlib-log (~> 3.0) + multipart-post (~> 2.0) + parallel (~> 1.9) + parslet (>= 1.5, < 2.0) + pry (~> 0.13) + rspec (>= 3.9, < 3.11) + rspec-its (~> 1.2) + rubyzip (>= 1.2.2, < 3.0) + semverse (~> 3.0) + sslshake (~> 1.2) + thor (>= 0.20, < 2.0) + tomlrb (>= 1.2, < 2.1) + train-core (~> 3.0) + tty-prompt (~> 0.17) + tty-table (~> 0.10) ipaddress (0.8.3) jbuilder (2.11.2) activesupport (>= 5.0.0) @@ -295,47 +356,47 @@ GEM activerecord kaminari-core (= 1.2.1) kaminari-core (1.2.1) - kgio (2.11.2) + kgio (2.11.4) launchy (2.5.0) addressable (~> 2.7) - libhoney (1.18.0) + libhoney (1.20.0) addressable (~> 2.0) excon http (>= 2.0, < 5.0) - libyajl2 (1.2.0) - license-acceptance (1.0.19) + libv8 (3.16.14.19) + libyajl2 (2.1.0) + license-acceptance (2.1.13) pastel (~> 0.7) - tomlrb (~> 1.2) - tty-box (~> 0.3) - tty-prompt (~> 0.18) - license_finder (5.10.2) + tomlrb (>= 1.2, < 3.0) + tty-box (~> 0.6) + tty-prompt (~> 0.20) + license_finder (6.14.1) bundler - rubyzip - thor - toml (= 0.2.0) + rubyzip (>= 1, < 3) + thor (~> 1.0.1) + tomlrb (>= 1.3, < 2.1) with_env (= 1.1.0) - xml-simple - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) + xml-simple (~> 1.1.5) + listen (3.5.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) little-plugger (1.1.4) - logging (2.2.2) + logging (2.3.0) little-plugger (~> 1.1) - multi_json (~> 1.10) + multi_json (~> 1.14) loofah (2.10.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) - lumberjack (1.0.12) + lumberjack (1.2.8) mail (2.7.1) mini_mime (>= 0.1.1) mail_view (2.0.4) tilt marcel (1.0.1) - method_source (0.8.2) + method_source (1.0.0) mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.1009) + mime-types-data (3.2021.0704) mimemagic (0.3.10) nokogiri (~> 1) rake @@ -344,18 +405,17 @@ GEM minitest (5.14.4) mixlib-archive (0.4.20) mixlib-log - mixlib-authentication (3.0.6) - mixlib-cli (2.1.6) - mixlib-config (3.0.6) + mixlib-authentication (3.0.10) + mixlib-cli (2.1.8) + mixlib-config (3.0.9) tomlrb - mixlib-log (3.0.8) + mixlib-log (3.0.9) mixlib-shellout (3.2.5) chef-utils - msgpack (1.1.0) + msgpack (1.4.2) multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) - necromancer (0.5.1) nenv (0.3.0) net-scp (3.0.0) net-ssh (>= 2.6.5, < 7.0.0) @@ -367,13 +427,13 @@ GEM net-ssh-multi (1.2.1) net-ssh (>= 2.6.5) net-ssh-gateway (>= 1.2.0) - newrelic_rpm (4.1.0.333) + newrelic_rpm (7.2.0) nio4r (2.5.7) - nokogiri (1.11.5) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) nori (2.6.0) - notiffany (0.1.1) + notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) oauth2 (1.4.7) @@ -382,9 +442,10 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - octokit (4.7.0) + octokit (4.21.0) + faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) - ohai (16.2.1) + ohai (16.13.0) chef-config (>= 12.8, < 17) chef-utils (>= 16.0, < 17) ffi (~> 1.9) @@ -395,7 +456,7 @@ GEM mixlib-log (>= 2.0.1, < 4.0) mixlib-shellout (>= 2.0, < 4.0) plist (~> 3.1) - systemu (~> 2.6.4) + train-core wmi-lite (~> 1.0) omniauth (1.9.1) hashie (>= 3.4.6) @@ -412,26 +473,25 @@ GEM omniauth-rails_csrf_protection (0.1.2) actionpack (>= 4.2) omniauth (>= 1.3.1) - paperclip (5.2.1) + paperclip (6.1.0) activemodel (>= 4.2.0) activesupport (>= 4.2.0) - cocaine (~> 0.5.5) mime-types mimemagic (~> 0.3.0) + terrapin (~> 0.6.0) parallel (1.20.1) - parser (3.0.1.1) + parser (3.0.2.0) ast (~> 2.4.1) parslet (1.8.2) - pastel (0.7.4) - equatable (~> 0.6) + pastel (0.8.0) tty-color (~> 0.5) - pg (0.20.0) - pg_search (2.3.2) + pg (1.2.3) + pg_search (2.3.5) activerecord (>= 5.2) activesupport (>= 5.2) - plist (3.5.0) - poltergeist (1.15.0) - capybara (~> 2.1) + plist (3.6.0) + poltergeist (1.18.1) + capybara (>= 2.1, < 4) cliver (~> 0.3.1) websocket-driver (>= 0.2.0) polyglot (0.3.5) @@ -443,37 +503,40 @@ GEM actionmailer (>= 3) premailer (~> 1.7, >= 1.7.9) proxifier (1.0.3) - pry (0.10.4) - coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) - pry-byebug (3.8.0) + pry (0.13.1) + coderay (~> 1.1) + method_source (~> 1.0) + pry-byebug (3.9.0) byebug (~> 11.0) - pry (~> 0.10) - pry-rails (0.3.6) + pry (~> 0.13.0) + pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - pundit (1.1.0) + puma (5.3.2) + nio4r (~> 2.0) + pundit (2.1.0) activesupport (>= 3.0.0) - raabro (1.1.6) + raabro (1.4.0) racc (1.5.2) rack (2.2.3) - rack-protection (2.0.1) + rack-protection (2.1.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) - rails (5.2.6) - actioncable (= 5.2.6) - actionmailer (= 5.2.6) - actionpack (= 5.2.6) - actionview (= 5.2.6) - activejob (= 5.2.6) - activemodel (= 5.2.6) - activerecord (= 5.2.6) - activestorage (= 5.2.6) - activesupport (= 5.2.6) - bundler (>= 1.3.0) - railties (= 5.2.6) + rails (6.1.4) + actioncable (= 6.1.4) + actionmailbox (= 6.1.4) + actionmailer (= 6.1.4) + actionpack (= 6.1.4) + actiontext (= 6.1.4) + actionview (= 6.1.4) + activejob (= 6.1.4) + activemodel (= 6.1.4) + activerecord (= 6.1.4) + activestorage (= 6.1.4) + activesupport (= 6.1.4) + bundler (>= 1.15.0) + railties (= 6.1.4) sprockets-rails (>= 2.0.0) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) @@ -484,14 +547,14 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (5.2.6) - actionpack (= 5.2.6) - activesupport (= 5.2.6) + railties (6.1.4) + actionpack (= 6.1.4) + activesupport (= 6.1.4) method_source - rake (>= 0.8.7) - thor (>= 0.19.0, < 2.0) + rake (>= 0.13) + thor (~> 1.0) rainbow (3.0.0) - raindrops (0.19.0) + raindrops (0.19.2) rake (13.0.6) rb-fsevent (0.11.0) rb-inotify (0.10.1) @@ -515,6 +578,7 @@ GEM redis-store (>= 1.2, < 2) redis-store (1.6.0) redis (>= 2.2, < 5) + ref (2.0.0) regexp_parser (2.1.1) rexml (3.2.5) rinku (2.0.6) @@ -528,6 +592,9 @@ GEM 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) @@ -540,117 +607,127 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.2) - rubocop (0.93.1) + rubocop (1.18.3) parallel (~> 1.10) - parser (>= 2.7.1.5) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8) + regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 0.6.0) + rubocop-ast (>= 1.7.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) + unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.7.0) parser (>= 3.0.1.1) - rubocop-rails (2.9.1) + rubocop-rails (2.11.3) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 0.90.0, < 2.0) + rubocop (>= 1.7.0, < 2.0) ruby-filemagic (0.7.2) ruby-progressbar (1.11.0) - ruby_dep (1.5.0) - rubyntlm (0.6.2) - rubyzip (2.0.0) + ruby2_keywords (0.0.5) + rubyntlm (0.6.3) + rubyzip (2.3.2) rufus-lru (1.1.0) sass (3.4.25) sass-globbing (1.1.5) sass (>= 3.1) - sass-rails (5.0.8) - railties (>= 5.2.0) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) + sass-rails (6.0.0) + sassc-rails (~> 2.1, >= 2.1.1) + sassc (2.4.0) + ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) - sentry-raven (2.4.0) - faraday (>= 0.7.6, < 1.0) + semverse (3.0.0) + sentry-raven (3.1.2) + faraday (>= 1.0) shellany (0.0.1) - shoulda-matchers (4.5.1) - activesupport (>= 4.2.0) + shoulda-matchers (5.0.0) + activesupport (>= 5.2.0) sidekiq (4.2.10) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) rack-protection (>= 1.5.0) redis (~> 3.2, >= 3.2.1) - sidekiq-cron (1.0.4) + sidekiq-cron (1.2.0) fugit (~> 1.1) sidekiq (>= 4.2.1) - sitemap_generator (5.3.1) + sitemap_generator (6.1.2) builder (~> 3.0) - slop (3.6.0) - spring (2.0.1) - activesupport (>= 4.2) + spring (2.1.1) spring-commands-rspec (1.0.4) spring (>= 0.9.1) - sprockets (3.7.2) + sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - statsd-ruby (1.4.0) - strings (0.1.8) - strings-ansi (~> 0.1) - unicode-display_width (~> 1.5) + sslshake (1.3.1) + statsd-ruby (1.5.0) + strings (0.2.1) + strings-ansi (~> 0.2) + unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) syslog-logger (1.6.8) - systemu (2.6.5) - thor (0.19.4) + terrapin (0.6.0) + climate_control (>= 0.0.3, < 1.0) + therubyracer (0.12.3) + libv8 (~> 3.16.14.15) + ref + thor (1.0.1) thread_safe (0.3.6) tilt (2.0.10) - toml (0.2.0) - parslet (~> 1.8.0) tomlrb (1.3.0) - train-core (3.7.4) + train-core (3.8.1) addressable (~> 2.5) ffi (!= 1.13.0) json (>= 1.8, < 3.0) mixlib-shellout (>= 2.0, < 4.0) net-scp (>= 1.2, < 4.0) net-ssh (>= 2.9, < 7.0) - train-winrm (0.2.6) - winrm (~> 2.0) + train-winrm (0.2.12) + winrm (>= 2.3.6, < 3.0) + winrm-elevated (~> 1.2.2) winrm-fs (~> 1.0) - treetop (1.6.10) + treetop (1.6.11) polyglot (~> 0.3) - tty-box (0.5.0) - pastel (~> 0.7.2) - strings (~> 0.1.6) + tty-box (0.7.0) + pastel (~> 0.8) + strings (~> 0.2.0) tty-cursor (~> 0.7) - tty-color (0.5.1) + tty-color (0.6.0) tty-cursor (0.7.1) - tty-prompt (0.21.0) - necromancer (~> 0.5.0) - pastel (~> 0.7.0) - tty-reader (~> 0.7.0) - tty-reader (0.7.0) + tty-prompt (0.23.1) + pastel (~> 0.8) + tty-reader (~> 0.8) + tty-reader (0.9.0) tty-cursor (~> 0.7) - tty-screen (~> 0.7) - wisper (~> 2.0.0) - tty-screen (0.8.0) - tzinfo (1.2.9) - thread_safe (~> 0.1) - uglifier (3.2.0) + tty-screen (~> 0.8) + wisper (~> 2.0) + tty-screen (0.8.1) + tty-table (0.12.0) + pastel (~> 0.8) + strings (~> 0.2.0) + tty-screen (~> 0.8) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + uglifier (4.2.0) execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext unf_ext (0.0.7.7) - unicode-display_width (1.7.0) + unicode-display_width (2.0.0) unicode_utils (1.4.0) - unicorn (5.4.0) + unicorn (6.0.0) kgio (~> 2.6) raindrops (~> 0.7) unicorn-rails (2.2.1) @@ -658,7 +735,7 @@ GEM unicorn utf8-cleaner (1.0.0) activesupport - uuidtools (2.1.5) + uuidtools (2.2.0) validate_url (1.0.13) activemodel (>= 3.0.0) public_suffix @@ -672,10 +749,11 @@ GEM addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) + webrick (1.7.0) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - winrm (2.3.4) + winrm (2.3.6) builder (>= 2.1.2) erubi (~> 1.8) gssapi (~> 1.2) @@ -683,8 +761,12 @@ GEM httpclient (~> 2.2, >= 2.2.0.2) logging (>= 1.6.1, < 3.0) nori (~> 2.0) - rubyntlm (~> 0.6.0, >= 0.6.1) - winrm-fs (1.3.4) + rubyntlm (~> 0.6.0, >= 0.6.3) + winrm-elevated (1.2.3) + erubi (~> 1.8) + winrm (~> 2.0) + winrm-fs (~> 1.0) + winrm-fs (1.3.5) erubi (~> 1.8) logging (>= 1.6.1, < 3.0) rubyzip (~> 2.0) @@ -692,11 +774,12 @@ GEM wisper (2.0.1) with_env (1.1.0) wmi-lite (1.0.5) - xml-simple (1.1.5) + xml-simple (1.1.8) xpath (3.2.0) nokogiri (~> 1.8) yajl-ruby (1.4.1) - yard (0.9.20) + yard (0.9.26) + zeitwerk (2.4.2) PLATFORMS ruby @@ -708,7 +791,7 @@ DEPENDENCIES brakeman capybara capybara-screenshot - chef + chef (~> 16.13) chefstyle compass-rails database_cleaner @@ -728,6 +811,7 @@ DEPENDENCIES kaminari launchy license_finder + listen mail_view mixlib-authentication (~> 3.0) newrelic_rpm @@ -745,8 +829,9 @@ DEPENDENCIES premailer-rails pry-byebug pry-rails + puma pundit - rails (~> 5.2.6) + rails (~> 6.1.4) rails-controller-testing rb-readline redcarpet @@ -766,6 +851,7 @@ DEPENDENCIES spring spring-commands-rspec statsd-ruby + therubyracer tomlrb uglifier unicorn