Skip to content

Commit

Permalink
Workaround musl incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jk779 committed Jan 22, 2024
1 parent 0b88cad commit dfab956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'sinatra', '~> 4.0'
gem 'sqlite3'
gem 'sqlite3', force_ruby_platform: true
gem 'json'
gem 'puma'
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit dfab956

Please sign in to comment.