diff --git a/Gemfile.lock b/Gemfile.lock index 261e377b..57791ab7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,38 +15,40 @@ GIT GEM remote: http://rubygems.org/ specs: - actionpack (7.1.3.4) - actionview (= 7.1.3.4) - activesupport (= 7.1.3.4) + actionpack (7.2.1.2) + actionview (= 7.2.1.2) + activesupport (= 7.2.1.2) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.2) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actionview (7.1.3.4) - activesupport (= 7.1.3.4) + useragent (~> 0.16) + actionview (7.2.1.2) + activesupport (= 7.2.1.2) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (7.1.3.4) - activesupport (= 7.1.3.4) - activerecord (7.1.3.4) - activemodel (= 7.1.3.4) - activesupport (= 7.1.3.4) + activemodel (7.2.1.2) + activesupport (= 7.2.1.2) + activerecord (7.2.1.2) + activemodel (= 7.2.1.2) + activesupport (= 7.2.1.2) timeout (>= 0.4.0) - activesupport (7.1.3.4) + activesupport (7.2.1.2) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.4.0) ancestry (4.3.3) activerecord (>= 5.2.6) @@ -61,7 +63,7 @@ GEM coderay (1.1.3) commander (4.6.0) highline (~> 2.0.0) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) coveralls_reborn (0.28.0) simplecov (~> 0.22.0) @@ -88,11 +90,11 @@ GEM oauth2 (~> 1.0) hashie (5.0.0) highline (2.0.3) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.12.0) - rdoc + irb (1.14.1) + rdoc (>= 4.0.0) reline (>= 0.4.2) jeweler (2.3.9) builder @@ -110,17 +112,17 @@ GEM kramdown (2.4.0) rexml language_server-protocol (3.17.0.3) + logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) method_source (1.0.0) mime-types (2.99.3) - minitest (5.24.1) + minitest (5.25.1) mize (0.6.0) multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.3.0) - mutex_m (0.2.0) netrc (0.11.0) nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) @@ -165,10 +167,10 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.3.4) - actionpack (= 7.1.3.4) - activesupport (= 7.1.3.4) - irb + railties (7.2.1.2) + actionpack (= 7.2.1.2) + activesupport (= 7.2.1.2) + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) @@ -217,6 +219,7 @@ GEM rubocop (>= 1) ruby-progressbar (1.13.0) safe_type (1.1.1) + securerandom (0.3.1) semver2 (3.4.2) simplecov (0.22.0) docile (~> 1.1) @@ -272,6 +275,7 @@ GEM unparser (0.6.15) diff-lcs (~> 1.3) parser (>= 3.3.0) + useragent (0.16.10) webrick (1.8.1) yard (0.9.36) yard-sorbet (0.9.0)