diff --git a/Gemfile b/Gemfile index 0ac2e40..7bad95b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.3.5" gem "rails", "~> 7.1.0" -gem "sqlite3", "~> 1.4" # Revert to working version +gem "sqlite3", "~> 2.7" # Revert to working version gem "puma", "~> 6.0" gem "bootsnap", ">= 1.4.4", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 55cec3a..40b1ce0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,6 +94,7 @@ GEM erb (5.0.2) erubi (1.13.1) ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-linux-gnu) globalid (1.3.0) activesupport (>= 6.1) i18n (1.14.7) @@ -132,6 +133,8 @@ GEM nio4r (2.7.4) nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) + nokogiri (1.18.10-x86_64-linux-gnu) + racc (~> 1.4) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -189,7 +192,8 @@ GEM io-console (~> 0.5) securerandom (0.4.1) spring (4.4.0) - sqlite3 (1.7.3-arm64-darwin) + sqlite3 (2.7.4-arm64-darwin) + sqlite3 (2.7.4-x86_64-linux-gnu) stringio (3.1.7) thor (1.4.0) timeout (0.4.3) @@ -208,6 +212,7 @@ GEM PLATFORMS arm64-darwin-24 + x86_64-linux DEPENDENCIES bootsnap (>= 1.4.4) @@ -217,7 +222,7 @@ DEPENDENCIES puma (~> 6.0) rails (~> 7.1.0) spring - sqlite3 (~> 1.4) + sqlite3 (~> 2.7) web-console (>= 4.1.0) RUBY VERSION