Skip to content

Commit

Permalink
Try force_ruby_platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ltickett authored Aug 13, 2024
1 parent e001f18 commit 2bb87f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ end
appraise "rails_7_1" do
version = "~> 7.1.0"
gem "activesupport", version
gem "sqlite3", ">= 1.4", force_ruby_platform: true
end

appraise "rails_7_2" do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
source "https://rubygems.org"

gem "activesupport", "~> 7.1.0"
gem "sqlite3", ">= 1.4", force_ruby_platform: true

gemspec path: "../"

0 comments on commit 2bb87f6

Please sign in to comment.