mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
96d7dde82f
* chore(deps): update external minor dep helm releases * Auto-generate chart README * Combine dep bumps Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
13 lines
226 B
Ruby
13 lines
226 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
group :test do
|
|
gem 'm'
|
|
gem 'minitest', "5.15.0"
|
|
gem 'minitest-implicit-subject'
|
|
gem 'minitest-reporters', "1.4.3"
|
|
gem 'pry', "0.14.1"
|
|
gem 'ruby-jq'
|
|
end
|