diff --git a/Gemfile b/Gemfile index f89c001..48e9d98 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "puma" gem "pg" -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 2.7" gem "propshaft" diff --git a/Gemfile.lock b/Gemfile.lock index 71cc816..cb66316 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,6 +128,8 @@ GEM racc (~> 1.4) nokogiri (1.18.8-x86_64-darwin) racc (~> 1.4) + nokogiri (1.18.8-x86_64-linux-gnu) + racc (~> 1.4) parallel (1.27.0) parser (3.3.8.0) ast (~> 2.4.1) @@ -214,8 +216,9 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-darwin) + sqlite3 (2.7.2-arm64-darwin) + sqlite3 (2.7.2-x86_64-darwin) + sqlite3 (2.7.2-x86_64-linux-gnu) thor (1.3.2) timeout (0.4.3) tzinfo (2.0.6) @@ -232,6 +235,7 @@ GEM PLATFORMS arm64-darwin x86_64-darwin + x86_64-linux DEPENDENCIES alto! @@ -241,7 +245,7 @@ DEPENDENCIES puma rubocop-rails-omakase simplecov (~> 0.22) - sqlite3 (~> 1.4) + sqlite3 (~> 2.7) BUNDLED WITH 2.6.9