Remove pkg-config gem dependency (#25615)

This commit is contained in:
Renaud Chaput 2023-06-30 14:59:07 +02:00 committed by GitHub
parent a209d1e683
commit c4a8c332b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -3,8 +3,6 @@
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'