From e09dfcda192aae884dff359d5de990c7f9c5170e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pacana?= Date: Fri, 20 Jan 2023 17:25:01 +0100 Subject: [PATCH] Harmonize development dependency version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Szymon Fiedler Co-authored-by: Ɓukasz Reszke --- aggregate_root/Gemfile | 2 +- aggregate_root/Gemfile.lock | 2 +- contrib/ruby_event_store-rom/Gemfile | 2 +- contrib/ruby_event_store-rom/Gemfile.lock | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aggregate_root/Gemfile b/aggregate_root/Gemfile index 89b2975a3b..2ecb165949 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" +gem "activesupport", "7.0.4.1" diff --git a/aggregate_root/Gemfile.lock b/aggregate_root/Gemfile.lock index 7a756a95df..7c92c62e29 100644 --- a/aggregate_root/Gemfile.lock +++ b/aggregate_root/Gemfile.lock @@ -71,7 +71,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport + activesupport (= 7.0.4.1) aggregate_root! mutant (= 0.11.17) mutant-license! diff --git a/contrib/ruby_event_store-rom/Gemfile b/contrib/ruby_event_store-rom/Gemfile index ff156bcfa5..beef636270 100644 --- a/contrib/ruby_event_store-rom/Gemfile +++ b/contrib/ruby_event_store-rom/Gemfile @@ -6,4 +6,4 @@ eval_gemfile "../../support/bundler/Gemfile.database" gem "ruby_event_store", path: "../.." -gem "activesupport", "7.0.3" +gem "activesupport", "7.0.4.1" diff --git a/contrib/ruby_event_store-rom/Gemfile.lock b/contrib/ruby_event_store-rom/Gemfile.lock index 29e4478642..fb35353b5e 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.3) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -138,7 +138,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (= 7.0.3) + activesupport (= 7.0.4.1) mutant (= 0.11.17) mutant-license! mutant-minitest (= 0.11.17)