Files
homebrew-tap/Gemfile
renovate[bot] fb522d916b chore(deps): update ruby (3.4.5 → 3.4.6) (#4)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-23 13:17:03 +03:00

10 lines
147 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
ruby "3.4.6"
gem "cssminify2", "~> 2.0"
gem "json", "~> 2.7"
gem "terser", "~> 1.2"