1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-26 07:29:11 +02:00
tmux-fingers/Gemfile
2020-12-27 20:20:00 +01:00

9 lines
118 B
Ruby

source 'https://rubygems.org'
group :development do
gem 'irb'
gem 'byebug'
gem 'rspec'
gem 'rspec-retry'
end