mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-02-02 12:08:34 +00: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'
|