Gemfile.lock in sanitization-1.1.2 vs Gemfile.lock in sanitization-1.1.3

- old
+ new

@@ -1,32 +1,36 @@ PATH remote: . specs: - sanitization (1.1.2) + sanitization (1.1.3) activerecord activesupport GEM remote: https://rubygems.org/ specs: - activemodel (6.0.3.2) - activesupport (= 6.0.3.2) - activerecord (6.0.3.2) - activemodel (= 6.0.3.2) - activesupport (= 6.0.3.2) - activesupport (6.0.3.2) + activemodel (7.0.0) + activesupport (= 7.0.0) + activerecord (7.0.0) + activemodel (= 7.0.0) + activesupport (= 7.0.0) + activesupport (7.0.0) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + appraisal (2.4.1) + bundler + rake + thor (>= 0.14.0) byebug (11.1.3) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) + cucumber-ci-environment (8.0.1) diff-lcs (1.4.4) - i18n (1.8.10) + i18n (1.8.11) concurrent-ruby (~> 1.0) - minitest (5.14.4) + minitest (5.15.0) rake (12.3.3) rspec (3.10.0) rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) rspec-mocks (~> 3.10.0) @@ -38,26 +42,23 @@ rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.2) sqlite3 (1.4.2) - temping (3.10.0) - activerecord (>= 4.2) - activesupport (>= 4.2) - thread_safe (0.3.6) - tzinfo (1.2.8) - thread_safe (~> 0.1) - zeitwerk (2.4.2) + thor (1.1.0) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) PLATFORMS ruby DEPENDENCIES + appraisal (~> 2.4.1) byebug + cucumber-ci-environment rake (~> 12.0) rspec (~> 3.0) sanitization! sqlite3 - temping (~> 3.0) BUNDLED WITH - 2.1.4 + 2.2.22