Gemfile.lock in acts_as_trackable-0.1.1 vs Gemfile.lock in acts_as_trackable-0.2.0

- old
+ new

@@ -1,88 +1,126 @@ PATH remote: . specs: - acts_as_trackable (0.1.1) + acts_as_trackable (0.2.0) GEM remote: https://rubygems.org/ specs: - actionpack (6.1.7.10) - actionview (= 6.1.7.10) - activesupport (= 6.1.7.10) - rack (~> 2.0, >= 2.0.9) + actionpack (7.2.2) + actionview (= 7.2.2) + activesupport (= 7.2.2) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4, < 3.2) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.1.7.10) - activesupport (= 6.1.7.10) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + useragent (~> 0.16) + actionview (7.2.2) + activesupport (= 7.2.2) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (6.1.7.10) - activesupport (= 6.1.7.10) - activerecord (6.1.7.10) - activemodel (= 6.1.7.10) - activesupport (= 6.1.7.10) - activesupport (6.1.7.10) - concurrent-ruby (~> 1.0, >= 1.0.2) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activemodel (7.2.2) + activesupport (= 7.2.2) + activerecord (7.2.2) + activemodel (= 7.2.2) + activesupport (= 7.2.2) + timeout (>= 0.4.0) + activesupport (7.2.2) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + base64 (0.2.0) + benchmark (0.4.0) + bigdecimal (3.1.8) builder (3.3.0) concurrent-ruby (1.3.4) + connection_pool (2.4.1) crass (1.0.6) + drb (2.2.1) erubi (1.13.0) generator_spec (0.10.0) activesupport (>= 3.0.0) railties (>= 3.0.0) i18n (1.14.6) concurrent-ruby (~> 1.0) + io-console (0.7.2) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + logger (1.6.1) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - method_source (1.1.0) - mini_portile2 (2.8.8) minitest (5.25.1) - nokogiri (1.15.6) - mini_portile2 (~> 2.8.2) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.7-x86_64-darwin) + racc (~> 1.4) + psych (5.2.0) + stringio racc (1.8.1) - rack (2.2.10) + rack (3.1.8) + rack-session (2.0.0) + rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) + rackup (2.2.1) + rack (>= 3) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (6.1.7.10) - actionpack (= 6.1.7.10) - activesupport (= 6.1.7.10) - method_source + railties (7.2.2) + actionpack (= 7.2.2) + activesupport (= 7.2.2) + irb (~> 1.13) + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rake (13.2.1) - sqlite3 (1.6.9) - mini_portile2 (~> 2.8.0) + rdoc (6.7.0) + psych (>= 4.0.0) + reline (0.5.11) + io-console (~> 0.5) + securerandom (0.3.2) + sqlite3 (2.2.0-arm64-darwin) + sqlite3 (2.2.0-x86_64-darwin) + stringio (3.1.2) thor (1.3.2) + timeout (0.4.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + useragent (0.16.10) zeitwerk (2.6.18) PLATFORMS - ruby + arm64-darwin + x86_64-darwin DEPENDENCIES - activerecord (~> 6.1, >= 6.1.7.10) - activesupport (~> 6.1, >= 6.1.7.10) + activerecord (~> 7.2, >= 7.2.2) + activesupport (~> 7.2, >= 7.2.2) acts_as_trackable! generator_spec - rake (~> 13.2.1) - sqlite3 (~> 1.6.8) + nokogiri (~> 1.16, >= 1.16.7) + rake (~> 13.2, >= 13.2.1) + sqlite3 (~> 2.2) BUNDLED WITH - 2.1.4 + 2.5.19