mirror of
https://github.com/junegunn/fzf.git
synced 2025-05-18 20:30:22 -07:00
9 lines
180 B
Ruby
9 lines
180 B
Ruby
# 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'
|