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 2582e68
Showing 1 changed file with 1 addition and 1 deletion.
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'

0 comments on commit 2582e68

Please sign in to comment.