Add gem "curses"
This commit is contained in:
parent
e852a7b31a
commit
5c7982c561
2 changed files with 4 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -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!
|
||||
|
||||
|
|
Reference in a new issue