diff --git a/Gemfile.lock b/Gemfile.lock index 16db5b85..9033ed42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM builder (3.2.4) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) congestion (0.1.0) connection_pool (>= 2.0) redis (>= 3.1) @@ -97,7 +97,6 @@ GEM domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) erubi (1.11.0) - erubis (2.7.0) execjs (2.8.1) factory_bot (6.2.1) activesupport (>= 5.0.0) @@ -112,15 +111,17 @@ GEM faraday_middleware (0.14.0) faraday (>= 0.7.4, < 1.0) ffi (1.9.25) - flipper (0.16.2) - flipper-active_record (0.16.2) - activerecord (>= 3.2, < 6) - flipper (~> 0.16.2) - flipper-ui (0.16.2) - erubis (~> 2.7.0) - flipper (~> 0.16.2) + flipper (0.28.3) + concurrent-ruby (< 2) + flipper-active_record (0.28.3) + activerecord (>= 4.2, < 8) + flipper (~> 0.28.3) + flipper-ui (0.28.3) + erubi (>= 1.0.0, < 2.0.0) + flipper (~> 0.28.3) rack (>= 1.4, < 3) - rack-protection (>= 1.5.3, < 2.1.0) + rack-protection (>= 1.5.3, <= 4.0.0) + sanitize (< 7) globalid (1.0.1) activesupport (>= 5.0) graphiql-rails (1.5.0) @@ -135,7 +136,7 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) jmespath (1.6.1) @@ -168,7 +169,7 @@ GEM mime-types-data (3.2022.0105) mini_mime (1.1.2) mini_portile2 (2.8.2) - minitest (5.17.0) + minitest (5.19.0) msgpack (1.5.1) multi_json (1.13.1) multi_xml (0.6.0) @@ -216,11 +217,11 @@ GEM pundit (2.2.0) activesupport (>= 3.0.0) racc (1.6.2) - rack (2.2.6.4) + rack (2.2.8) rack-cors (1.1.1) rack (>= 2.0.0) - rack-protection (2.0.8.1) - rack + rack-protection (3.1.0) + rack (~> 2.2, >= 2.2.4) rack-test (2.0.2) rack (>= 1.3) rails (5.2.8.1) @@ -296,6 +297,9 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) ruby-progressbar (1.10.1) + sanitize (6.0.2) + crass (~> 1.0.2) + nokogiri (>= 1.12.0) sass (3.7.2) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -351,7 +355,7 @@ GEM thread_safe (0.3.6) tilt (2.0.8) to_regexp (0.2.1) - tzinfo (1.2.10) + tzinfo (1.2.11) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3)