Skip to content

Commit

Permalink
downgrade ffi to prevent heroku deploy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ometa committed Sep 18, 2024
1 parent ee5ce0d commit 4747235
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ gem 'wisper-activerecord'
gem 'nokogiri'
gem 'oj'

# requird until upgrade
gem "ffi", "< 1.17.0"

gem 'rails', '~> 5.2.8'
# locking psych < 4 mitigates https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias
gem 'psych', '< 4'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
ffi (1.17.0)
ffi (1.16.3)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -431,6 +431,7 @@ DEPENDENCIES
coffee-rails
dotenv-rails
factory_bot_rails
ffi (< 1.17.0)
haml
haml-rails
httpclient
Expand Down

0 comments on commit 4747235

Please sign in to comment.