Skip to content

Commit

Permalink
Keep AS versions up-to-date
Browse files Browse the repository at this point in the history
Should resolve much of the Ruby 3.4 standard gems deprecations.
  • Loading branch information
mostlyobvious committed May 22, 2024
1 parent 4780660 commit 1f7e1bf
Show file tree
Hide file tree
Showing 21 changed files with 127 additions and 48 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.7"
gem "activesupport", "~> 7.1.3"
50 changes: 30 additions & 20 deletions aggregate_root/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,26 @@ 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)
diff-lcs (1.5.0)
i18n (1.14.1)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
minitest (5.20.0)
minitest (5.23.1)
mutant (0.12.0)
diff-lcs (~> 1.3)
parser (~> 3.3.0)
Expand All @@ -36,26 +45,27 @@ 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
racc (1.7.3)
rake (13.0.6)
regexp_parser (2.9.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
racc (1.8.0)
rake (13.2.1)
regexp_parser (2.9.2)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
sorbet-runtime (0.5.11370)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
sorbet-runtime (0.5.11386)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unparser (0.6.13)
Expand All @@ -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)
Expand Down
12 changes: 11 additions & 1 deletion contrib/minitest-ruby_event_store/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
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"
gem "activesupport", "~> 7.1.3"
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-flipper/Gemfile.activesupport_6_0
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.0.5"
gem "activesupport", "~> 6.0.5"
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-flipper/Gemfile.activesupport_7_0
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.7"
gem "activesupport", "~> 7.0.7"
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -72,7 +72,7 @@ PLATFORMS
ruby

DEPENDENCIES
activesupport (= 7.0.7)
activesupport (~> 7.0.7)
byebug
flipper (~> 0.19)
mutant (= 0.12.0)
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-flipper/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport
activesupport (~> 7.1.3)
byebug
flipper (~> 0.19)
mutant (= 0.12.0)
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 @@ -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"
14 changes: 12 additions & 2 deletions contrib/ruby_event_store-profiler/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down
5 changes: 3 additions & 2 deletions contrib/ruby_event_store-rom/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
gem "activesupport", "~> 7.1.3"
gem "dry-core", "<= 1.0.0"

13 changes: 11 additions & 2 deletions contrib/ruby_event_store-rom/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
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 @@ -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"
13 changes: 11 additions & 2 deletions contrib/ruby_event_store-sequel/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
12 changes: 11 additions & 1 deletion contrib/ruby_event_store-transformations/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion railseventstore.org/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Loading

0 comments on commit 1f7e1bf

Please sign in to comment.