Archived
1
0
Fork 0

Add gem "curses"

This commit is contained in:
Braiden Vasco 2017-07-21 06:05:51 +00:00
parent e852a7b31a
commit 5c7982c561
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@ source 'https://rubygems.org'
gem 'tox', path: '../tox.rb'
gem 'curses', '~> 1.2'
group :development, :test do
gem 'rubocop', '~> 0.49.1'
end

View file

@ -7,6 +7,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.3.0)
curses (1.2.3)
parallel (1.11.2)
parser (2.4.0.0)
ast (~> 2.2)
@ -28,6 +29,7 @@ PLATFORMS
ruby
DEPENDENCIES
curses (~> 1.2)
rubocop (~> 0.49.1)
tox!