mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-01-26 11:24:02 +00:00
10 lines
147 B
Ruby
10 lines
147 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
ruby "3.4.5"
|
|
|
|
gem "cssminify2", "~> 2.0"
|
|
gem "json", "~> 2.7"
|
|
gem "terser", "~> 1.2"
|