Skip to content

Commit

Permalink
downgrade ffi to support Heroku 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashhas committed Oct 29, 2024
1 parent 0fb96c8 commit fceab2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ gem 'sidekiq', '~> 6.0'
gem 'slack-ruby-client', '~> 0.14.6'
gem 'apollo_upload_server', '~> 2.1.0'
gem 'image_processing', '1.12.2'
gem 'ffi', '~> 1.14.2'

group :development, :staging, :test do
gem 'database_cleaner', '~> 1.7'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ GEM
faraday (>= 0.7.4, < 1.0)
fcm (0.0.7)
faraday (= 0.15.4)
ffi (1.17.0)
ffi (1.14.2)
file_validators (2.3.0)
activemodel (>= 3.2)
mime-types (>= 1.0)
Expand Down Expand Up @@ -444,6 +444,7 @@ DEPENDENCIES
factory_bot_rails (~> 4.8, >= 4.8.2)
faker (~> 1.9, >= 1.9.1)
fcm (~> 0.0.2)
ffi (~> 1.14.2)
file_validators (~> 2.3)
friendly_id (~> 5.2.4)
google-id-token (~> 1.4)
Expand Down

0 comments on commit fceab2e

Please sign in to comment.