diff --git a/aggregate_root/Gemfile b/aggregate_root/Gemfile index 41b2be0251..4fdf872953 100644 --- a/aggregate_root/Gemfile +++ b/aggregate_root/Gemfile @@ -6,4 +6,4 @@ gemspec eval_gemfile "../support/bundler/Gemfile.shared" gem "ruby_event_store", path: ".." -gem "activesupport", "~> 7.0.7" +gem "activesupport", "~> 7.1.3" diff --git a/aggregate_root/Gemfile.lock b/aggregate_root/Gemfile.lock index c35077f502..461a352992 100644 --- a/aggregate_root/Gemfile.lock +++ b/aggregate_root/Gemfile.lock @@ -13,15 +13,24 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.1.3.3) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.8) concurrent-ruby (1.2.3) + connection_pool (2.4.1) diff-lcs (1.5.0) - i18n (1.14.1) + drb (2.2.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) minitest (5.20.0) mutant (0.12.0) @@ -36,6 +45,7 @@ GEM mutant-rspec (0.12.0) mutant (= 0.12.0) rspec-core (>= 3.8.0, < 4.0.0) + mutex_m (0.2.0) parser (3.3.1.0) ast (~> 2.4.1) racc @@ -70,7 +80,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 7.0.7) + activesupport (~> 7.1.3) aggregate_root! mutant (= 0.12.0) mutant-minitest (= 0.12.0) diff --git a/contrib/minitest-ruby_event_store/Gemfile.lock b/contrib/minitest-ruby_event_store/Gemfile.lock index 9d11ea5252..69a2e7a4fa 100644 --- a/contrib/minitest-ruby_event_store/Gemfile.lock +++ b/contrib/minitest-ruby_event_store/Gemfile.lock @@ -22,14 +22,23 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.1.3.3) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.8) concurrent-ruby (1.2.3) + connection_pool (2.4.1) diff-lcs (1.5.0) + drb (2.2.1) i18n (1.14.1) concurrent-ruby (~> 1.0) minitest (5.20.0) @@ -45,6 +54,7 @@ GEM mutant-rspec (0.12.0) mutant (= 0.12.0) rspec-core (>= 3.8.0, < 4.0.0) + mutex_m (0.2.0) parser (3.3.1.0) ast (~> 2.4.1) racc diff --git a/contrib/ruby_event_store-flipper/Gemfile b/contrib/ruby_event_store-flipper/Gemfile index e136b5a6fc..4b002ffc2f 100644 --- a/contrib/ruby_event_store-flipper/Gemfile +++ b/contrib/ruby_event_store-flipper/Gemfile @@ -9,4 +9,4 @@ gem "ruby_event_store-rspec", path: "../.." gem "flipper", "~> 0.19" gem "byebug" -gem "activesupport" +gem "activesupport", "~> 7.1.3" \ No newline at end of file diff --git a/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_0 b/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_0 index 8b85b05848..abb50adff9 100644 --- a/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_0 +++ b/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_0 @@ -9,4 +9,4 @@ gem "ruby_event_store-rspec", path: "../.." gem "flipper", "~> 0.19" gem "byebug" -gem "activesupport", "6.0.5" +gem "activesupport", "~> 6.0.5" diff --git a/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_0.lock b/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_0.lock index 8dba243402..d3b43805ed 100644 --- a/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_0.lock +++ b/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_0.lock @@ -15,7 +15,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.0.5) + activesupport (6.0.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -78,7 +78,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (= 6.0.5) + activesupport (~> 6.0.5) byebug flipper (~> 0.19) mutant (= 0.12.0) diff --git a/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_1.lock b/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_1.lock index 8dca5275bb..81db2740bb 100644 --- a/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_1.lock +++ b/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_1.lock @@ -15,7 +15,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.6) + activesupport (6.1.7.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) diff --git a/contrib/ruby_event_store-flipper/Gemfile.activesupport_7_0 b/contrib/ruby_event_store-flipper/Gemfile.activesupport_7_0 index fa905c6fd5..3a501fdd0b 100644 --- a/contrib/ruby_event_store-flipper/Gemfile.activesupport_7_0 +++ b/contrib/ruby_event_store-flipper/Gemfile.activesupport_7_0 @@ -9,4 +9,4 @@ gem "ruby_event_store-rspec", path: "../.." gem "flipper", "~> 0.19" gem "byebug" -gem "activesupport", "7.0.7" +gem "activesupport", "~> 7.0.7" diff --git a/contrib/ruby_event_store-flipper/Gemfile.activesupport_7_0.lock b/contrib/ruby_event_store-flipper/Gemfile.activesupport_7_0.lock index ded6390eba..c614a52a07 100644 --- a/contrib/ruby_event_store-flipper/Gemfile.activesupport_7_0.lock +++ b/contrib/ruby_event_store-flipper/Gemfile.activesupport_7_0.lock @@ -15,7 +15,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.7) + activesupport (7.0.8.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -75,7 +75,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (= 7.0.7) + activesupport (~> 7.0.7) byebug flipper (~> 0.19) mutant (= 0.12.0) diff --git a/contrib/ruby_event_store-flipper/Gemfile.lock b/contrib/ruby_event_store-flipper/Gemfile.lock index 914ac51485..81ba38b64b 100644 --- a/contrib/ruby_event_store-flipper/Gemfile.lock +++ b/contrib/ruby_event_store-flipper/Gemfile.lock @@ -85,7 +85,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport + activesupport (~> 7.1.3) byebug flipper (~> 0.19) mutant (= 0.12.0) diff --git a/contrib/ruby_event_store-profiler/Gemfile b/contrib/ruby_event_store-profiler/Gemfile index fa0826b387..82f7529693 100644 --- a/contrib/ruby_event_store-profiler/Gemfile +++ b/contrib/ruby_event_store-profiler/Gemfile @@ -8,4 +8,4 @@ eval_gemfile "../../support/bundler/Gemfile.shared" gem "ruby_event_store", path: "../.." gem "aggregate_root", path: "../.." -gem "activesupport", "~> 7.0.7" +gem "activesupport", "~> 7.1.3" \ No newline at end of file diff --git a/contrib/ruby_event_store-profiler/Gemfile.lock b/contrib/ruby_event_store-profiler/Gemfile.lock index 15aa4961c0..a9245a97f3 100644 --- a/contrib/ruby_event_store-profiler/Gemfile.lock +++ b/contrib/ruby_event_store-profiler/Gemfile.lock @@ -15,14 +15,23 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.1.3.3) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.8) concurrent-ruby (1.2.3) + connection_pool (2.4.1) diff-lcs (1.5.0) + drb (2.2.1) i18n (1.14.1) concurrent-ruby (~> 1.0) minitest (5.20.0) @@ -38,6 +47,7 @@ GEM mutant-rspec (0.12.0) mutant (= 0.12.0) rspec-core (>= 3.8.0, < 4.0.0) + mutex_m (0.2.0) parser (3.3.1.0) ast (~> 2.4.1) racc @@ -72,7 +82,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 7.0.7) + activesupport (~> 7.1.3) aggregate_root! mutant (= 0.12.0) mutant-minitest (= 0.12.0) diff --git a/contrib/ruby_event_store-rom/Gemfile b/contrib/ruby_event_store-rom/Gemfile index 3c8550f37f..ed7f1b2d22 100644 --- a/contrib/ruby_event_store-rom/Gemfile +++ b/contrib/ruby_event_store-rom/Gemfile @@ -8,5 +8,6 @@ eval_gemfile "../../support/bundler/Gemfile.database" gem "ruby_event_store", path: "../.." -gem "activesupport", "~> 7.0.7" -gem "dry-core", "<= 1.0.0" \ No newline at end of file +gem "activesupport", "~> 7.1.3" +gem "dry-core", "<= 1.0.0" + diff --git a/contrib/ruby_event_store-rom/Gemfile.lock b/contrib/ruby_event_store-rom/Gemfile.lock index de1b80426a..83fb063394 100644 --- a/contrib/ruby_event_store-rom/Gemfile.lock +++ b/contrib/ruby_event_store-rom/Gemfile.lock @@ -20,15 +20,23 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.1.3.3) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) ast (2.4.2) + base64 (0.2.0) bigdecimal (3.1.4) concurrent-ruby (1.2.3) + connection_pool (2.4.1) diff-lcs (1.5.0) + drb (2.2.1) dry-configurable (1.1.0) dry-core (~> 1.0, < 2) zeitwerk (~> 2.6) @@ -70,6 +78,7 @@ GEM mutant-rspec (0.12.0) mutant (= 0.12.0) rspec-core (>= 3.8.0, < 4.0.0) + mutex_m (0.2.0) mysql2 (0.5.6) parser (3.3.1.0) ast (~> 2.4.1) @@ -139,7 +148,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 7.0.7) + activesupport (~> 7.1.3) dry-core (<= 1.0.0) mutant (= 0.12.0) mutant-minitest (= 0.12.0) diff --git a/contrib/ruby_event_store-sequel/Gemfile b/contrib/ruby_event_store-sequel/Gemfile index 70cab04cb5..26f6a75d09 100644 --- a/contrib/ruby_event_store-sequel/Gemfile +++ b/contrib/ruby_event_store-sequel/Gemfile @@ -8,4 +8,4 @@ eval_gemfile "../../support/bundler/Gemfile.database" gem "ruby_event_store", path: "../.." -gem "activesupport", "~> 7.0.7" +gem "activesupport", "~> 7.1.3" \ No newline at end of file diff --git a/contrib/ruby_event_store-sequel/Gemfile.lock b/contrib/ruby_event_store-sequel/Gemfile.lock index 392311a471..30dad8b3fa 100644 --- a/contrib/ruby_event_store-sequel/Gemfile.lock +++ b/contrib/ruby_event_store-sequel/Gemfile.lock @@ -14,15 +14,23 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.1.3.3) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) ast (2.4.2) + base64 (0.2.0) bigdecimal (3.1.4) concurrent-ruby (1.2.3) + connection_pool (2.4.1) diff-lcs (1.5.0) + drb (2.2.1) i18n (1.14.1) concurrent-ruby (~> 1.0) minitest (5.20.0) @@ -38,6 +46,7 @@ GEM mutant-rspec (0.12.0) mutant (= 0.12.0) rspec-core (>= 3.8.0, < 4.0.0) + mutex_m (0.2.0) mysql2 (0.5.6) parser (3.3.1.0) ast (~> 2.4.1) @@ -79,7 +88,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 7.0.7) + activesupport (~> 7.1.3) mutant (= 0.12.0) mutant-minitest (= 0.12.0) mutant-rspec (= 0.12.0) diff --git a/contrib/ruby_event_store-transformations/Gemfile.lock b/contrib/ruby_event_store-transformations/Gemfile.lock index 8fee71f494..df84ad2ca9 100644 --- a/contrib/ruby_event_store-transformations/Gemfile.lock +++ b/contrib/ruby_event_store-transformations/Gemfile.lock @@ -14,14 +14,23 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.1.3.3) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.8) concurrent-ruby (1.2.3) + connection_pool (2.4.1) diff-lcs (1.5.0) + drb (2.2.1) i18n (1.14.1) concurrent-ruby (~> 1.0) minitest (5.20.0) @@ -37,6 +46,7 @@ GEM mutant-rspec (0.12.0) mutant (= 0.12.0) rspec-core (>= 3.8.0, < 4.0.0) + mutex_m (0.2.0) parser (3.3.1.0) ast (~> 2.4.1) racc diff --git a/railseventstore.org/Gemfile.lock b/railseventstore.org/Gemfile.lock index 2b897e8d35..3fb7912c6d 100644 --- a/railseventstore.org/Gemfile.lock +++ b/railseventstore.org/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.0.8.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) diff --git a/ruby_event_store-rspec/Gemfile.lock b/ruby_event_store-rspec/Gemfile.lock index 5156429496..93bb87a070 100644 --- a/ruby_event_store-rspec/Gemfile.lock +++ b/ruby_event_store-rspec/Gemfile.lock @@ -22,14 +22,23 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.1.3.3) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.8) concurrent-ruby (1.2.3) + connection_pool (2.4.1) diff-lcs (1.3) + drb (2.2.1) i18n (1.14.1) concurrent-ruby (~> 1.0) minitest (5.20.0) @@ -45,6 +54,7 @@ GEM mutant-rspec (0.12.0) mutant (= 0.12.0) rspec-core (>= 3.8.0, < 4.0.0) + mutex_m (0.2.0) parser (3.3.1.0) ast (~> 2.4.1) racc diff --git a/ruby_event_store/Gemfile b/ruby_event_store/Gemfile index 71aa72e443..42ea998895 100644 --- a/ruby_event_store/Gemfile +++ b/ruby_event_store/Gemfile @@ -6,5 +6,5 @@ gemspec eval_gemfile "../support/bundler/Gemfile.shared" -gem "activesupport", "~> 7.0.7" +gem "activesupport", "~> 7.1.3" gem "concurrent-ruby", "~> 1.2" diff --git a/ruby_event_store/Gemfile.lock b/ruby_event_store/Gemfile.lock index f56417a914..41411baf07 100644 --- a/ruby_event_store/Gemfile.lock +++ b/ruby_event_store/Gemfile.lock @@ -7,15 +7,24 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.1.3.3) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.8) concurrent-ruby (1.2.3) + connection_pool (2.4.1) diff-lcs (1.5.0) - i18n (1.14.1) + drb (2.2.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) minitest (5.20.0) mutant (0.12.0) @@ -30,6 +39,7 @@ GEM mutant-rspec (0.12.0) mutant (= 0.12.0) rspec-core (>= 3.8.0, < 4.0.0) + mutex_m (0.2.0) parser (3.3.1.0) ast (~> 2.4.1) racc @@ -64,7 +74,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 7.0.7) + activesupport (~> 7.1.3) concurrent-ruby (~> 1.2) mutant (= 0.12.0) mutant-minitest (= 0.12.0)