Skip to content

Commit 0139774

Browse files
committed
Force sqlite3 < 2 until ready to upgrade to rails 7.2
1 parent 6ff429d commit 0139774

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby file: ".ruby-version"
66
gem "rails", "~> 7.1", group: [:default, :wasm] # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77

88
gem "puma", ">= 5.0" # Use the Puma web server [https://github.com/puma/puma]
9-
gem "sqlite3", force_ruby_platform: true # Use sqlite3 as the database for Active Record [https://github.com/sparklemotion/sqlite3-ruby]
9+
gem "sqlite3", "< 2", force_ruby_platform: true # Use sqlite3 as the database for Active Record [https://github.com/sparklemotion/sqlite3-ruby]
1010
gem "activerecord-enhancedsqlite3-adapter" # Enhanced SQLite3 adapter for Active Record [https://github.com/fractaledmind/activerecord-enhancedsqlite3-adapter]
1111
gem "sqlite-ulid" # A SQLite extension for generating and working with ULIDs [https://github.com/asg017/sqlite-ulid]
1212

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ GEM
477477
sprockets (>= 3.0.0)
478478
sqlite-ulid (0.2.1-arm64-darwin)
479479
sqlite-ulid (0.2.1-x86_64-linux)
480-
sqlite3 (2.0.2)
480+
sqlite3 (1.7.3)
481481
mini_portile2 (~> 2.8.0)
482482
standard (1.39.2)
483483
language_server-protocol (~> 3.17.0.2)
@@ -594,7 +594,7 @@ DEPENDENCIES
594594
solid_cache
595595
solid_queue
596596
sqlite-ulid
597-
sqlite3
597+
sqlite3 (< 2)
598598
standard
599599
stimulus-rails
600600
turbo-rails

0 commit comments

Comments
 (0)