diff --git a/Gemfile.lock b/Gemfile.lock index eff5bc5..707c2cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM cancancan (3.3.0) case_transform (0.2) activesupport - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) crass (1.0.6) database_cleaner (2.0.1) database_cleaner-active_record (~> 2.0.0) @@ -110,7 +110,7 @@ GEM dotenv-rails (2.8.1) dotenv (= 2.8.1) railties (>= 3.2) - erubi (1.10.0) + erubi (1.12.0) execjs (2.8.1) factory_bot (6.2.0) activesupport (>= 5.0.0) @@ -154,7 +154,7 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.10.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) jmespath (1.6.2) jquery-rails (4.4.0) @@ -182,7 +182,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.13.0) + loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -194,20 +194,20 @@ GEM meilisearch (~> 0.22.0) method_source (1.0.0) mini_mime (1.1.2) - mini_portile2 (2.7.1) - minitest (5.15.0) + mini_portile2 (2.8.1) + minitest (5.18.0) msgpack (1.5.1) multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) nested_form (0.3.2) nio4r (2.5.8) - nokogiri (1.13.1) - mini_portile2 (~> 2.7.0) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.13.1-x86_64-darwin) + nokogiri (1.14.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.13.1-x86_64-linux) + nokogiri (1.14.3-x86_64-linux) racc (~> 1.4) oauth2 (1.4.7) faraday (>= 0.8, < 2.0) @@ -220,21 +220,18 @@ GEM parser (3.1.2.0) ast (~> 2.4.1) pg (1.3.5) - pg_search (2.3.6) - activerecord (>= 5.2) - activesupport (>= 5.2) public_suffix (4.0.6) puma (5.6.2) nio4r (~> 2.0) - racc (1.6.0) - rack (2.2.3) + racc (1.6.2) + rack (2.2.6.4) rack-cors (1.1.1) rack (>= 2.0.0) rack-pjax (1.1.0) nokogiri (~> 1.5) rack (>= 1.1) - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.1.0) + rack (>= 1.3) rails (5.2.6) actioncable (= 5.2.6) actionmailer (= 5.2.6) @@ -255,8 +252,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.2) - loofah (~> 2.3) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) rails_admin (2.2.1) activemodel-serializers-xml (>= 1.0) builder (~> 3.1) @@ -286,15 +283,15 @@ GEM actionpack (>= 5.0) railties (>= 5.0) rexml (3.2.5) - rspec-core (3.10.2) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.2) + rspec-core (3.12.1) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-mocks (3.10.3) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.5) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-rails (5.1.0) + rspec-support (~> 3.12.0) + rspec-rails (5.1.2) actionpack (>= 5.2) activesupport (>= 5.2) railties (>= 5.2) @@ -302,7 +299,7 @@ GEM rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) rspec-support (~> 3.10) - rspec-support (3.10.3) + rspec-support (3.12.0) rswag (2.5.1) rswag-api (= 2.5.1) rswag-specs (= 2.5.1) @@ -367,7 +364,7 @@ GEM thor (1.2.1) thread_safe (0.3.6) tilt (2.0.10) - tzinfo (1.2.9) + tzinfo (1.2.11) thread_safe (~> 0.1) unicode-display_width (2.1.0) warden (1.2.9) @@ -401,7 +398,6 @@ DEPENDENCIES listen meilisearch-rails pg (>= 0.18, < 2.0) - pg_search puma (~> 5.6) rack-cors rails (~> 5.2.3)