diff --git a/Gemfile.lock b/Gemfile.lock index f90ad99b..066dbef5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,15 +38,15 @@ GEM rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) active_record_query_trace (1.8) - activeadmin (2.9.0) + activeadmin (2.12.0) arbre (~> 1.2, >= 1.2.1) formtastic (>= 3.1, < 5.0) formtastic_i18n (~> 0.4) inherited_resources (~> 1.7) jquery-rails (~> 4.2) kaminari (~> 1.0, >= 1.2.1) - railties (>= 5.2, < 6.2) - ransack (~> 2.1, >= 2.1.1) + railties (>= 6.0, < 7.1) + ransack (>= 2.1.1, < 4) activejob (6.0.6.1) activesupport (= 6.0.6.1) globalid (>= 0.3.6) @@ -68,9 +68,9 @@ GEM zeitwerk (~> 2.2, >= 2.2.2) addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) - arbre (1.5.0) - activesupport (>= 3.0.0, < 7.1) - ruby2_keywords (>= 0.0.2, < 1.0) + arbre (1.7.0) + activesupport (>= 3.0.0) + ruby2_keywords (>= 0.0.2) ast (2.4.2) autoprefixer-rails (10.4.13.0) execjs (~> 2) @@ -244,7 +244,7 @@ GEM nokogiri (~> 1.8, >= 1.8.2) grape_on_rails_routes (0.3.2) rails (>= 3.1.1) - has_scope (0.8.1) + has_scope (0.8.2) actionpack (>= 5.2) activesupport (>= 5.2) hashdiff (1.0.1) @@ -252,16 +252,16 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.13.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - inherited_resources (1.13.1) - actionpack (>= 5.2, < 7.1) - has_scope (~> 0.6) - railties (>= 5.2, < 7.1) - responders (>= 2, < 4) + inherited_resources (1.14.0) + actionpack (>= 6.0) + has_scope (>= 0.6) + railties (>= 6.0) + responders (>= 2) invisible_captcha (2.1.0) rails (>= 5.2) jbuilder (2.11.5) @@ -294,7 +294,7 @@ GEM listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) macaddr (1.7.2) @@ -315,7 +315,7 @@ GEM mini_mime (1.1.2) mini_racer (0.6.3) libv8-node (~> 16.10.0.0) - minitest (5.18.0) + minitest (5.20.0) multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.3.0) @@ -333,7 +333,7 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.15.3-x86_64-linux) + nokogiri (1.15.5-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) paper_trail (13.0.0) @@ -358,8 +358,8 @@ GEM activesupport (>= 3.0.0) pundit-matchers (1.6.0) rspec-rails (>= 3.0.0) - racc (1.7.1) - rack (2.2.7) + racc (1.7.3) + rack (2.2.8) rack-accept (0.4.5) rack (>= 0.4) rack-attack (6.6.1) @@ -385,11 +385,13 @@ GEM bundler (>= 1.3.0) railties (= 6.0.6.1) sprockets-rails (>= 2.0.0) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) railties (6.0.6.1) actionpack (= 6.0.6.1) activesupport (= 6.0.6.1) @@ -397,7 +399,7 @@ GEM rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) rainbow (3.1.1) - rake (13.0.6) + rake (13.1.0) ransack (2.5.0) activerecord (>= 5.2.4) activesupport (>= 5.2.4) @@ -413,7 +415,7 @@ GEM regexp_parser (2.8.0) request_store (1.5.1) rack (>= 1.4) - responders (3.1.0) + responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) rexml (3.2.5) @@ -494,7 +496,7 @@ GEM ssrf_filter (1.1.1) stackprof (0.2.25) systemu (2.6.5) - thor (1.2.2) + thor (1.3.0) thread_safe (0.3.6) timeout (0.4.0) tzinfo (1.2.11) @@ -525,7 +527,7 @@ GEM chronic (>= 0.6.3) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.8) + zeitwerk (2.6.12) PLATFORMS x86_64-linux