Skip to content

Commit

Permalink
Harmonize development dependency version
Browse files Browse the repository at this point in the history
Co-authored-by: Szymon Fiedler <[email protected]>
Co-authored-by: Łukasz Reszke <[email protected]>
  • Loading branch information
3 people committed Jan 20, 2023
1 parent fb1ef71 commit e09dfcd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aggregate_root/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ gemspec
eval_gemfile "../support/bundler/Gemfile.shared"

gem "ruby_event_store", path: ".."
gem "activesupport"
gem "activesupport", "7.0.4.1"
2 changes: 1 addition & 1 deletion aggregate_root/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport
activesupport (= 7.0.4.1)
aggregate_root!
mutant (= 0.11.17)
mutant-license!
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-rom/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions contrib/ruby_event_store-rom/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit e09dfcd

Please sign in to comment.