Skip to content

Commit

Permalink
Up-to-date AS/AR dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Nov 20, 2024
1 parent 8dc4a6d commit 6377365
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 46 deletions.
4 changes: 2 additions & 2 deletions examples/document_way/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ gem "ruby_event_store"
gem "minitest"
gem "mutant"
gem "mutant-minitest"
gem "activerecord"
gem "sqlite3", "< 2"
gem "activerecord", ">= 8"
gem "sqlite3", ">= 2"

44 changes: 24 additions & 20 deletions examples/document_way/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.1)
activesupport (= 7.1.1)
activerecord (7.1.1)
activemodel (= 7.1.1)
activesupport (= 7.1.1)
activemodel (8.0.0)
activesupport (= 8.0.0)
activerecord (8.0.0)
activemodel (= 8.0.0)
activesupport (= 8.0.0)
timeout (>= 0.4.0)
activesupport (7.1.1)
activesupport (8.0.0)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.4)
benchmark (0.4.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.0)
ruby2_keywords
i18n (1.14.1)
drb (2.2.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
logger (1.6.1)
minitest (5.25.1)
mutant (0.12.4)
diff-lcs (~> 1.3)
Expand All @@ -37,36 +41,36 @@ GEM
mutant-minitest (0.12.4)
minitest (~> 5.11)
mutant (= 0.12.4)
mutex_m (0.2.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
regexp_parser (2.9.2)
ruby2_keywords (0.0.5)
ruby_event_store (2.15.0)
concurrent-ruby (~> 1.0, >= 1.1.6)
securerandom (0.3.2)
sorbet-runtime (0.5.11647)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
timeout (0.4.1)
sqlite3 (2.3.0-arm64-darwin)
sqlite3 (2.3.0-x86_64-linux-gnu)
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unparser (0.6.15)
diff-lcs (~> 1.3)
parser (>= 3.3.0)
uri (1.0.2)

PLATFORMS
arm64-darwin
x86_64-linux

DEPENDENCIES
activerecord
activerecord (>= 8)
minitest
mutant
mutant-minitest
ruby_event_store
sqlite3 (< 2)
sqlite3 (>= 2)

BUNDLED WITH
2.5.23
2 changes: 1 addition & 1 deletion examples/duck_typing/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
tty-cursor (~> 0.7)
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.1)
tty-screen (0.8.2)
unparser (0.6.15)
diff-lcs (~> 1.3)
parser (>= 3.3.0)
Expand Down
4 changes: 2 additions & 2 deletions examples/rails_way/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ gem "ruby_event_store"
gem "minitest"
gem "mutant"
gem "mutant-minitest"
gem "activerecord"
gem "sqlite3", "< 2"
gem "activerecord", ">= 8"
gem "sqlite3", ">= 2"
gem "aasm"
46 changes: 25 additions & 21 deletions examples/rails_way/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,36 @@ GEM
specs:
aasm (5.5.0)
concurrent-ruby (~> 1.0)
activemodel (7.1.1)
activesupport (= 7.1.1)
activerecord (7.1.1)
activemodel (= 7.1.1)
activesupport (= 7.1.1)
activemodel (8.0.0)
activesupport (= 8.0.0)
activerecord (8.0.0)
activemodel (= 8.0.0)
activesupport (= 8.0.0)
timeout (>= 0.4.0)
activesupport (7.1.1)
activesupport (8.0.0)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
ast (2.4.2)
base64 (0.1.1)
bigdecimal (3.1.4)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.1.1)
ruby2_keywords
i18n (1.14.1)
drb (2.2.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
logger (1.6.1)
minitest (5.25.1)
mutant (0.12.4)
diff-lcs (~> 1.3)
Expand All @@ -39,37 +43,37 @@ GEM
mutant-minitest (0.12.4)
minitest (~> 5.11)
mutant (= 0.12.4)
mutex_m (0.1.2)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
regexp_parser (2.9.2)
ruby2_keywords (0.0.5)
ruby_event_store (2.15.0)
concurrent-ruby (~> 1.0, >= 1.1.6)
securerandom (0.3.2)
sorbet-runtime (0.5.11647)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
timeout (0.4.0)
sqlite3 (2.3.0-arm64-darwin)
sqlite3 (2.3.0-x86_64-linux-gnu)
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unparser (0.6.15)
diff-lcs (~> 1.3)
parser (>= 3.3.0)
uri (1.0.2)

PLATFORMS
arm64-darwin
x86_64-linux

DEPENDENCIES
aasm
activerecord
activerecord (>= 8)
minitest
mutant
mutant-minitest
ruby_event_store
sqlite3 (< 2)
sqlite3 (>= 2)

BUNDLED WITH
2.5.23

0 comments on commit 6377365

Please sign in to comment.