Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
cli-old/Gemfile

12 lines
178 B
Ruby
Raw Normal View History

2017-07-21 01:53:23 -04:00
# frozen_string_literal: true
source 'https://rubygems.org'
2017-07-21 01:54:18 -04:00
gem 'tox', path: '../tox.rb'
2017-07-21 01:56:17 -04:00
2017-07-21 02:05:51 -04:00
gem 'curses', '~> 1.2'
2017-07-21 01:56:17 -04:00
group :development, :test do
gem 'rubocop', '~> 0.49.1'
end