1
0
Fork 0
forked from gitea/nas

Remove dependency on posix-spawn (#18559)

This commit is contained in:
Claire 2024-04-02 16:02:07 +02:00 committed by GitHub
parent 34489591ec
commit 54119570e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View file

@ -69,7 +69,6 @@ gem 'nsa'
gem 'oj', '~> 3.14'
gem 'ox', '~> 2.14'
gem 'parslet'
gem 'posix-spawn'
gem 'public_suffix', '~> 5.0'
gem 'pundit', '~> 2.3'
gem 'premailer-rails'