diff --git a/Gemfile b/Gemfile index 3feb3f9548..ad164af1e4 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,8 @@ source 'https://rubygems.org' ruby '>= 3.0.0' +gem 'pkg-config', '~> 1.5' + gem 'puma', '~> 6.3' gem 'rails', '~> 6.1.7' gem 'sprockets', '~> 3.7.2' diff --git a/Gemfile.lock b/Gemfile.lock index b2d75e9d4a..bfd0fcb73e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -411,7 +411,6 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2023.0218.1) mini_mime (1.1.2) - mini_portile2 (2.8.2) minitest (5.18.1) msgpack (1.7.1) multi_json (1.15.0) @@ -432,8 +431,7 @@ GEM net-protocol net-ssh (7.1.0) nio4r (2.5.9) - nokogiri (1.15.2) - mini_portile2 (~> 2.8.2) + nokogiri (1.15.2-x86_64-linux) racc (~> 1.4) oj (3.15.0) omniauth (1.9.2) @@ -478,6 +476,7 @@ GEM pg (1.5.3) pghero (3.3.3) activerecord (>= 6) + pkg-config (1.5.2) posix-spawn (0.3.15) premailer (1.21.0) addressable @@ -756,7 +755,7 @@ GEM zeitwerk (2.6.8) PLATFORMS - ruby + x86_64-linux DEPENDENCIES active_model_serializers (~> 0.10) @@ -832,6 +831,7 @@ DEPENDENCIES parslet pg (~> 1.5) pghero + pkg-config (~> 1.5) posix-spawn premailer-rails private_address_check (~> 0.5)