Skip to content

Commit

Permalink
Test with up-to-date Active Support
Browse files Browse the repository at this point in the history
Changed version contraint to let it bump used version on `update-all`
task.

Co-authored-by: Piotr Jurewicz <[email protected]>
Co-authored-by: Szymon Fiedler <[email protected]>
  • Loading branch information
3 people committed Sep 8, 2023
1 parent 25c7faa commit 10500fe
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 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", "7.0.4.3"
gem "activesupport", "~> 7.0.7"
4 changes: 2 additions & 2 deletions aggregate_root/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-flipper/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-flipper/Gemfile.activesupport_6_1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions contrib/ruby_event_store-flipper/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-profiler/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions contrib/ruby_event_store-profiler/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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!
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,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"
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.4.3)
activesupport (7.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-sequel/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.4.3"
gem "activesupport", "~> 7.0.7"
4 changes: 2 additions & 2 deletions contrib/ruby_event_store-sequel/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ruby_event_store/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions ruby_event_store/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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!
Expand Down

0 comments on commit 10500fe

Please sign in to comment.