diff --git a/aggregate_root/Gemfile b/aggregate_root/Gemfile index 3fd35004ec..41b2be0251 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.4.3" +gem "activesupport", "~> 7.0.7" diff --git a/aggregate_root/Gemfile.lock b/aggregate_root/Gemfile.lock index 44a3787ca1..239742fa8d 100644 --- a/aggregate_root/Gemfile.lock +++ b/aggregate_root/Gemfile.lock @@ -18,7 +18,7 @@ GEM GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.3) + activesupport (7.0.7.2) 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.4.3) + activesupport (~> 7.0.7) aggregate_root! mutant (= 0.11.22) mutant-license! diff --git a/contrib/ruby_event_store-flipper/Gemfile b/contrib/ruby_event_store-flipper/Gemfile index 29dbe0ad6c..3a501fdd0b 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", "7.0.4.3" +gem "activesupport", "~> 7.0.7" diff --git a/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_1 b/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_1 index 1fdcdf3158..04220522ea 100644 --- a/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_1 +++ b/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_1 @@ -9,4 +9,4 @@ gem "ruby_event_store-rspec", path: "../.." gem "flipper", "~> 0.19" gem "byebug" -gem "activesupport", "6.1.6" +gem "activesupport", "~> 6.1.6" 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 336e3e1c93..b1ba6f2b32 100644 --- a/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_1.lock +++ b/contrib/ruby_event_store-flipper/Gemfile.activesupport_6_1.lock @@ -20,7 +20,7 @@ GEM GEM remote: https://rubygems.org/ specs: - activesupport (6.1.6) + activesupport (6.1.7.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -81,7 +81,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (= 6.1.6) + activesupport (~> 6.1.6) byebug flipper (~> 0.19) mutant (= 0.11.22) diff --git a/contrib/ruby_event_store-flipper/Gemfile.lock b/contrib/ruby_event_store-flipper/Gemfile.lock index 5f1826a9ae..c0ff172293 100644 --- a/contrib/ruby_event_store-flipper/Gemfile.lock +++ b/contrib/ruby_event_store-flipper/Gemfile.lock @@ -20,7 +20,7 @@ GEM GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.3) + activesupport (7.0.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -79,7 +79,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (= 7.0.4.3) + activesupport (~> 7.0.7) byebug flipper (~> 0.19) mutant (= 0.11.22) diff --git a/contrib/ruby_event_store-profiler/Gemfile b/contrib/ruby_event_store-profiler/Gemfile index fb8f3529b9..febdc16e88 100644 --- a/contrib/ruby_event_store-profiler/Gemfile +++ b/contrib/ruby_event_store-profiler/Gemfile @@ -6,4 +6,4 @@ eval_gemfile "../../support/bundler/Gemfile.shared" gem "ruby_event_store", path: "../.." gem "aggregate_root", path: "../.." -gem "activesupport", "7.0.4.3" +gem "activesupport", "~> 7.0.7" diff --git a/contrib/ruby_event_store-profiler/Gemfile.lock b/contrib/ruby_event_store-profiler/Gemfile.lock index 82a7958dad..384d6c9430 100644 --- a/contrib/ruby_event_store-profiler/Gemfile.lock +++ b/contrib/ruby_event_store-profiler/Gemfile.lock @@ -20,7 +20,7 @@ GEM GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.3) + activesupport (7.0.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -76,7 +76,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (= 7.0.4.3) + activesupport (~> 7.0.7) aggregate_root! mutant (= 0.11.22) mutant-license! diff --git a/contrib/ruby_event_store-rom/Gemfile b/contrib/ruby_event_store-rom/Gemfile index 63465e1fae..6896d8df59 100644 --- a/contrib/ruby_event_store-rom/Gemfile +++ b/contrib/ruby_event_store-rom/Gemfile @@ -6,5 +6,5 @@ eval_gemfile "../../support/bundler/Gemfile.database" gem "ruby_event_store", path: "../.." -gem "activesupport", "7.0.4.3" +gem "activesupport", "~> 7.0.7" gem "dry-core", "<= 1.0.0" \ No newline at end of file diff --git a/contrib/ruby_event_store-rom/Gemfile.lock b/contrib/ruby_event_store-rom/Gemfile.lock index 390f84d1a0..d889511d7b 100644 --- a/contrib/ruby_event_store-rom/Gemfile.lock +++ b/contrib/ruby_event_store-rom/Gemfile.lock @@ -25,7 +25,7 @@ GEM GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.3) + activesupport (7.0.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -143,7 +143,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (= 7.0.4.3) + activesupport (~> 7.0.7) dry-core (<= 1.0.0) mutant (= 0.11.22) mutant-license! diff --git a/contrib/ruby_event_store-sequel/Gemfile b/contrib/ruby_event_store-sequel/Gemfile index 49889922ad..3c42ab9d29 100644 --- a/contrib/ruby_event_store-sequel/Gemfile +++ b/contrib/ruby_event_store-sequel/Gemfile @@ -6,4 +6,4 @@ eval_gemfile "../../support/bundler/Gemfile.database" gem "ruby_event_store", path: "../.." -gem "activesupport", "7.0.4.3" +gem "activesupport", "~> 7.0.7" diff --git a/contrib/ruby_event_store-sequel/Gemfile.lock b/contrib/ruby_event_store-sequel/Gemfile.lock index 99bcf74ea6..bdc03d4e41 100644 --- a/contrib/ruby_event_store-sequel/Gemfile.lock +++ b/contrib/ruby_event_store-sequel/Gemfile.lock @@ -19,7 +19,7 @@ GEM GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.3) + activesupport (7.0.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -83,7 +83,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (= 7.0.4.3) + activesupport (~> 7.0.7) mutant (= 0.11.22) mutant-license! mutant-minitest (= 0.11.22) diff --git a/ruby_event_store/Gemfile b/ruby_event_store/Gemfile index d8f67f13ad..51ea249a93 100644 --- a/ruby_event_store/Gemfile +++ b/ruby_event_store/Gemfile @@ -4,5 +4,5 @@ gemspec eval_gemfile "../support/bundler/Gemfile.shared" -gem "activesupport", "7.0.4.3" +gem "activesupport", "~> 7.0.7" gem "concurrent-ruby", "1.1.8" diff --git a/ruby_event_store/Gemfile.lock b/ruby_event_store/Gemfile.lock index 4432eef105..852aef93b3 100644 --- a/ruby_event_store/Gemfile.lock +++ b/ruby_event_store/Gemfile.lock @@ -12,7 +12,7 @@ GEM GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.3) + activesupport (7.0.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -69,7 +69,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (= 7.0.4.3) + activesupport (~> 7.0.7) concurrent-ruby (= 1.1.8) mutant (= 0.11.22) mutant-license!