diff --git a/Gemfile.lock b/Gemfile.lock index 8fb39a8..63becd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,11 +9,11 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.2.3) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) ast (2.4.0) @@ -24,7 +24,7 @@ GEM json simplecov url - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.10) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) @@ -39,14 +39,14 @@ GEM faraday (>= 0.7.4, < 1.0) hashdiff (1.0.0) htmlentities (4.3.4) - i18n (1.6.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) iniparse (1.4.4) jaro_winkler (1.5.3) json (2.2.0) kramdown (1.17.0) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.17.0) multipart-post (2.1.1) nokogiri (1.10.4) mini_portile2 (~> 2.4.0) @@ -102,10 +102,9 @@ GEM tilt (~> 2.0) yard (~> 0.9) thor (0.20.3) - thread_safe (0.3.6) tilt (2.0.9) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) unicode-display_width (1.6.0) url (0.3.2) webmock (3.6.2)