Skip to content

Commit

Permalink
fix: force_ruby_platform for sqlite gem to build natively
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 6, 2024
1 parent 49ecdfe commit c08fae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact_broker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ gem "pact_broker"
gem "pg", "~>1.5"
gem "puma", "~> 5.6", ">= 5.6.8"
gem "mysql2", "~>0.3"
gem "sqlite3", "~>1.6"
gem "sqlite3", "~>1.6", force_ruby_platform: true
gem "rake", "~> 13.0"

0 comments on commit c08fae9

Please sign in to comment.