fzf/Gemfile

9 lines
180 B
Ruby
Raw Permalink Normal View History

2025-01-25 19:57:40 +09:00
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'minitest', '5.25.4'
gem 'rubocop', '1.71.0'
gem 'rubocop-minitest', '0.36.0'
gem 'rubocop-performance', '1.23.1'