Skip to content

Commit

Permalink
force ruby platform for sqlite3
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <[email protected]>
  • Loading branch information
rwaffen committed Jul 31, 2024
1 parent 3dadc5a commit 977a9a2
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
Expand Up @@ -6,7 +6,7 @@ ruby file: '.ruby-version'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.1.3'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.7'
gem 'sqlite3', '~> 1.7', force_ruby_platform: true
# Use Puma as the app server
gem 'puma', '~> 6.4'

Expand Down

0 comments on commit 977a9a2

Please sign in to comment.