diff --git a/Gemfile.lock b/Gemfile.lock index b326d51..894b17b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,13 @@ GEM remote: https://pkg.threatstack.com/appsec/ruby/ + specs: + threatstack-agent-ruby (0.2.1) + Platform (= 0.4.2) + network_interface (= 0.0.2) + thread (= 0.2.2) + +GEM + remote: https://rubygems.org/ specs: Platform (0.4.2) actioncable (6.1.4) @@ -52,6 +60,10 @@ GEM activerecord (6.1.4) activemodel (= 6.1.4) activesupport (= 6.1.4) + activeresource (5.1.1) + activemodel (>= 5.0, < 7) + activemodel-serializers-xml (~> 1.0) + activesupport (>= 5.0, < 7) activestorage (6.1.4) actionpack (= 6.1.4) activejob (= 6.1.4) @@ -65,18 +77,45 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) + autoprefixer-rails (10.3.1.0) + execjs (~> 2) + awesome_print (1.9.2) + bootstrap-sass (3.4.1) + autoprefixer-rails (>= 5.2.1) + sassc (>= 2.0.0) builder (3.2.4) + coffee-rails (5.0.0) + coffee-script (>= 2.2.0) + railties (>= 5.2.0) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.12.2) + colored (1.2) concurrent-ruby (1.1.9) crass (1.0.6) + dynamic_form (1.1.4) erubi (1.10.0) execjs (2.8.1) ffi (1.15.3) + globalid (0.5.2) + activesupport (>= 5.0) + httparty (0.18.1) + mime-types (~> 3.0) + multi_xml (>= 0.5.2) i18n (1.8.10) concurrent-ruby (~> 1.0) + jquery-rails (4.4.0) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + listen (3.6.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + log_buddy (0.7.0) + loofah (2.19.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) marcel (1.0.1) @@ -85,18 +124,38 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2021.0704) mini_mime (1.1.0) + mini_portile2 (2.6.1) minitest (5.14.4) multi_xml (0.6.0) network_interface (0.0.2) - racc (1.5.2) + nio4r (2.5.8) + nokogiri (1.12.2) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) + racc (1.6.1) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) + 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-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) - loofah (~> 2.3) + rails-html-sanitizer (1.4.4) + loofah (~> 2.19, >= 2.19.1) railties (6.1.4) actionpack (= 6.1.4) activesupport (= 6.1.4) @@ -107,6 +166,8 @@ GEM rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) + sass-rails (6.0.0) + sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) ffi (~> 1.9) sassc-rails (2.1.2) @@ -124,77 +185,16 @@ GEM sprockets (>= 3.0.0) thor (1.1.0) thread (0.2.2) - threatstack-agent-ruby (0.2.1) - Platform (= 0.4.2) - network_interface (= 0.0.2) - thread (= 0.2.2) tilt (2.0.10) tzinfo (2.0.4) concurrent-ruby (~> 1.0) + uglifier (4.2.0) + execjs (>= 0.3.0, < 3) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) zeitwerk (2.4.2) -GEM - remote: https://rubygems.org/ - specs: - activeresource (5.1.1) - activemodel (>= 5.0, < 7) - activemodel-serializers-xml (~> 1.0) - activesupport (>= 5.0, < 7) - autoprefixer-rails (10.3.1.0) - execjs (~> 2) - awesome_print (1.9.2) - bootstrap-sass (3.4.1) - autoprefixer-rails (>= 5.2.1) - sassc (>= 2.0.0) - coffee-rails (5.0.0) - coffee-script (>= 2.2.0) - railties (>= 5.2.0) - colored (1.2) - dynamic_form (1.1.4) - globalid (0.5.2) - activesupport (>= 5.0) - httparty (0.18.1) - mime-types (~> 3.0) - multi_xml (>= 0.5.2) - jquery-rails (4.4.0) - rails-dom-testing (>= 1, < 3) - railties (>= 4.2.0) - thor (>= 0.14, < 2.0) - listen (3.6.0) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - log_buddy (0.7.0) - loofah (2.11.0) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mini_portile2 (2.6.1) - nio4r (2.5.8) - nokogiri (1.12.2) - mini_portile2 (~> 2.6.1) - racc (~> 1.4) - 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) - sass-rails (6.0.0) - sassc-rails (~> 2.1, >= 2.1.1) - uglifier (4.2.0) - execjs (>= 0.3.0, < 3) - PLATFORMS ruby