Gemfile.lock in metatron-0.1.7 vs Gemfile.lock in metatron-0.1.8

- old
+ new

@@ -1,11 +1,11 @@ PATH remote: . specs: - metatron (0.1.7) + metatron (0.1.8) json (~> 2.6) - puma (~> 5.6) + puma (~> 6.3) sinatra (~> 2.2) sinatra-contrib (~> 2.2) GEM remote: https://rubygems.org/ @@ -15,73 +15,80 @@ benchmark (0.2.1) byebug (11.1.3) diff-lcs (1.5.0) docile (1.4.0) e2mmap (0.1.0) - jaro_winkler (1.5.4) + jaro_winkler (1.5.6) json (2.6.3) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) + language_server-protocol (3.17.0.3) multi_json (1.15.0) mustermann (2.0.2) ruby2_keywords (~> 0.0.1) nio4r (2.5.9) - nokogiri (1.14.2-arm64-darwin) + nokogiri (1.15.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.14.2-x86_64-linux) + nokogiri (1.15.3-x86_64-linux) racc (~> 1.4) - parallel (1.22.1) - parser (3.2.2.0) + parallel (1.23.0) + parser (3.2.2.3) ast (~> 2.4.1) - puma (5.6.5) + racc + puma (6.3.0) nio4r (~> 2.0) - racc (1.6.2) - rack (2.2.6.4) + racc (1.7.1) + rack (2.2.7) rack-protection (2.2.4) rack rack-test (2.1.0) rack (>= 1.3) rainbow (3.1.1) rake (12.3.3) - regexp_parser (2.7.0) + rbs (2.8.4) + regexp_parser (2.8.1) reverse_markdown (2.1.1) nokogiri rexml (3.2.5) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) rspec-mocks (~> 3.12.0) - rspec-core (3.12.1) + rspec-core (3.12.2) rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.5) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-support (3.12.0) - rubocop (1.49.0) + rspec-support (3.12.1) + rubocop (1.55.0) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.28.0) + rubocop-ast (1.29.0) parser (>= 3.2.1.0) - rubocop-capybara (2.17.1) + rubocop-capybara (2.18.0) rubocop (~> 1.41) + rubocop-factory_bot (2.23.1) + rubocop (~> 1.33) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.19.0) + rubocop-rspec (2.22.0) rubocop (~> 1.33) rubocop-capybara (~> 2.17) + rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -100,34 +107,32 @@ multi_json mustermann (~> 2.0) rack-protection (= 2.2.4) sinatra (= 2.2.4) tilt (~> 2.0) - solargraph (0.48.0) + solargraph (0.49.0) backport (~> 1.2) benchmark - bundler (>= 1.17.2) + bundler (~> 2.0) diff-lcs (~> 1.4) e2mmap jaro_winkler (~> 1.5) kramdown (~> 2.3) kramdown-parser-gfm (~> 1.1) parser (~> 3.0) - reverse_markdown (>= 1.0.5, < 3) - rubocop (>= 0.52) + rbs (~> 2.0) + reverse_markdown (~> 2.0) + rubocop (~> 1.38) thor (~> 1.0) tilt (~> 2.0) yard (~> 0.9, >= 0.9.24) - thor (1.2.1) - tilt (2.1.0) + thor (1.2.2) + tilt (2.2.0) unicode-display_width (2.4.2) - webrick (1.7.0) - yard (0.9.28) - webrick (~> 1.7.0) + yard (0.9.34) PLATFORMS - arm64-darwin-21 arm64-darwin-22 x86_64-linux DEPENDENCIES bundler (~> 2.3) @@ -143,6 +148,6 @@ simplecov-cobertura (~> 2.1) solargraph (~> 0.45) yard (~> 0.9) BUNDLED WITH - 2.4.6 + 2.4.17