diff --git a/Gemfile.lock b/Gemfile.lock index 5d33fd6e..050cf52a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,12 @@ GEM remote: https://rubygems.org/ specs: + activesupport (6.0.6.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) @@ -33,7 +39,8 @@ GEM ffi (1.15.5) forwardable-extended (2.6.0) gemoji (4.0.1) - git (1.12.0) + git (1.17.0) + activesupport (>= 4.0.0) addressable (~> 2.8) rchardet (~> 1.8) http-cookie (1.0.5) @@ -89,6 +96,7 @@ GEM nesty (~> 1.0) nokogiri (~> 1.13) mini_portile2 (2.8.0) + minitest (5.18.0) nesty (1.0.2) nokogiri (1.13.7) mini_portile2 (~> 2.8.0) @@ -98,7 +106,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) posix-spawn (0.3.15) - public_suffix (5.0.0) + public_suffix (5.0.1) racc (1.6.0) rake (13.0.6) rb-fsevent (0.11.2) @@ -119,9 +127,13 @@ GEM therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref + thread_safe (0.3.6) + tzinfo (1.2.11) + thread_safe (~> 0.1) unf (0.1.4) unf_ext unf_ext (0.0.8.2) + zeitwerk (2.6.7) zlib (2.1.1) PLATFORMS