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

13 lines
197 B
Ruby
Raw Permalink 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
2017-08-09 15:00:28 -04:00
gem 'pry-byebug'
2017-07-21 01:56:17 -04:00
gem 'rubocop', '~> 0.49.1'
end