Skip to content

Commit 5315078

Browse files
committed
Acceptable Ruby-3.3-compatible version that also works with ActiveRecord
1 parent 4dcd961 commit 5315078

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

examples/document_way/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ gem "mutant-minitest"
77
gem "mutant-license",
88
source: "https://oss:[email protected]"
99
gem "activerecord"
10-
gem "sqlite3"
10+
gem "sqlite3", "< 2"
11+

examples/document_way/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ GEM
5252
ruby_event_store (2.12.1)
5353
concurrent-ruby (~> 1.0, >= 1.1.6)
5454
sorbet-runtime (0.5.11089)
55-
sqlite3 (1.6.8-arm64-darwin)
56-
sqlite3 (1.6.8-x86_64-linux)
55+
sqlite3 (1.7.3-arm64-darwin)
56+
sqlite3 (1.7.3-x86_64-linux)
5757
timeout (0.4.1)
5858
tzinfo (2.0.6)
5959
concurrent-ruby (~> 1.0)
@@ -72,7 +72,7 @@ DEPENDENCIES
7272
mutant-license!
7373
mutant-minitest
7474
ruby_event_store
75-
sqlite3
75+
sqlite3 (< 2)
7676

7777
BUNDLED WITH
7878
2.4.21

examples/rails_way/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ gem "mutant-minitest"
77
gem "mutant-license",
88
source: "https://oss:[email protected]"
99
gem "activerecord"
10-
gem "sqlite3"
10+
gem "sqlite3", "< 2"
1111
gem "aasm"

examples/rails_way/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ GEM
5454
ruby_event_store (2.12.1)
5555
concurrent-ruby (~> 1.0, >= 1.1.6)
5656
sorbet-runtime (0.5.11089)
57-
sqlite3 (1.6.7-arm64-darwin)
58-
sqlite3 (1.6.7-x86_64-linux)
57+
sqlite3 (1.7.3-arm64-darwin)
58+
sqlite3 (1.7.3-x86_64-linux)
5959
timeout (0.4.0)
6060
tzinfo (2.0.6)
6161
concurrent-ruby (~> 1.0)
@@ -75,7 +75,7 @@ DEPENDENCIES
7575
mutant-license!
7676
mutant-minitest
7777
ruby_event_store
78-
sqlite3
78+
sqlite3 (< 2)
7979

8080
BUNDLED WITH
8181
2.4.21

0 commit comments

Comments
 (0)