summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2024-04-02 16:02:07 +0200
committerGitHub <noreply@github.com>2024-04-02 14:02:07 +0000
commit54119570e69456e3f119cc3e3e968506c3fb4967 (patch)
treed273d95968cbf55b4c3f8b1a1d225b4f3888766b
parent34489591ec4d05fa16049e9e99d39a09a80f2d65 (diff)
Remove dependency on posix-spawn (#18559)
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock2
2 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 35b9ee91db3..e39de40ef5b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'
diff --git a/Gemfile.lock b/Gemfile.lock
index 913164d18f6..f18e736f218 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -509,7 +509,6 @@ GEM
pg (1.5.6)
pghero (3.4.1)
activerecord (>= 6)
- posix-spawn (0.3.15)
premailer (1.23.0)
addressable
css_parser (>= 1.12.0)
@@ -899,7 +898,6 @@ DEPENDENCIES
parslet
pg (~> 1.5)
pghero
- posix-spawn
premailer-rails
private_address_check (~> 0.5)
propshaft