From dfab9565aef216affb808e730a343288d90504aa Mon Sep 17 00:00:00 2001 From: jk779 <1104528+jk779@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:20:16 +0100 Subject: [PATCH] Workaround musl incompatibility see https://github.com/sparklemotion/sqlite3-ruby/issues/434 --- Gemfile | 2 +- Gemfile.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 313d650..9386fa5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' gem 'sinatra', '~> 4.0' -gem 'sqlite3' +gem 'sqlite3', force_ruby_platform: true gem 'json' gem 'puma' diff --git a/Gemfile.lock b/Gemfile.lock index 0968cb8..ddd5936 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: base64 (0.2.0) json (2.7.1) + mini_portile2 (2.8.5) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) nio4r (2.7.0) @@ -21,14 +22,12 @@ GEM rack-protection (= 4.0.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sqlite3 (1.7.0-arm64-darwin) - sqlite3 (1.7.0-x86_64-linux) + sqlite3 (1.7.0) + mini_portile2 (~> 2.8.0) tilt (2.3.0) PLATFORMS - arm64-darwin-22 arm64-darwin-23 - x86_64-linux DEPENDENCIES json