Skip to content

Commit

Permalink
Merge pull request #166 from YOU54F/fix/issue_148
Browse files Browse the repository at this point in the history
fix: force_ruby_platform for sqlite gem to build natively
  • Loading branch information
YOU54F authored Feb 6, 2024
2 parents 49ecdfe + c08fae9 commit f970584
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 f970584

Please sign in to comment.