Skip to content

Commit

Permalink
Acceptable Ruby-3.3-compatible version that also works with ActiveRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Nov 20, 2024
1 parent 4dcd961 commit 5315078
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion examples/document_way/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ gem "mutant-minitest"
gem "mutant-license",
source: "https://oss:7AXfeZdAfCqL1PvHm2nvDJO6Zd9UW8IK@gem.mutant.dev"
gem "activerecord"
gem "sqlite3"
gem "sqlite3", "< 2"

6 changes: 3 additions & 3 deletions examples/document_way/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ GEM
ruby_event_store (2.12.1)
concurrent-ruby (~> 1.0, >= 1.1.6)
sorbet-runtime (0.5.11089)
sqlite3 (1.6.8-arm64-darwin)
sqlite3 (1.6.8-x86_64-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -72,7 +72,7 @@ DEPENDENCIES
mutant-license!
mutant-minitest
ruby_event_store
sqlite3
sqlite3 (< 2)

BUNDLED WITH
2.4.21
2 changes: 1 addition & 1 deletion examples/rails_way/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ gem "mutant-minitest"
gem "mutant-license",
source: "https://oss:7AXfeZdAfCqL1PvHm2nvDJO6Zd9UW8IK@gem.mutant.dev"
gem "activerecord"
gem "sqlite3"
gem "sqlite3", "< 2"
gem "aasm"
6 changes: 3 additions & 3 deletions examples/rails_way/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ GEM
ruby_event_store (2.12.1)
concurrent-ruby (~> 1.0, >= 1.1.6)
sorbet-runtime (0.5.11089)
sqlite3 (1.6.7-arm64-darwin)
sqlite3 (1.6.7-x86_64-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -75,7 +75,7 @@ DEPENDENCIES
mutant-license!
mutant-minitest
ruby_event_store
sqlite3
sqlite3 (< 2)

BUNDLED WITH
2.4.21

0 comments on commit 5315078

Please sign in to comment.