toxon
/
cli-old
Archived
1
0
Fork 0

Add gem "pry-byebug"

This commit is contained in:
Braiden Vasco 2017-08-09 19:00:28 +00:00
parent 5afa67cbc9
commit cd2c941d44
3 changed files with 15 additions and 0 deletions

View File

@ -7,5 +7,6 @@ gem 'tox', path: '../tox.rb'
gem 'curses', '~> 1.2'
group :development, :test do
gem 'pry-byebug'
gem 'rubocop', '~> 0.49.1'
end

View File

@ -7,11 +7,21 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.3.0)
byebug (9.0.6)
coderay (1.1.1)
curses (1.2.3)
method_source (0.8.2)
parallel (1.11.2)
parser (2.4.0.0)
ast (~> 2.2)
powerpack (0.1.1)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.2)
byebug (~> 9.0)
pry (~> 0.10)
rainbow (2.2.2)
rake
rake (12.0.0)
@ -23,6 +33,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
slop (3.6.0)
unicode-display_width (1.3.0)
PLATFORMS
@ -30,6 +41,7 @@ PLATFORMS
DEPENDENCIES
curses (~> 1.2)
pry-byebug
rubocop (~> 0.49.1)
tox!

View File

@ -6,6 +6,8 @@ require 'bundler/setup'
lib = File.expand_path('../lib', __dir__).freeze
$LOAD_PATH.unshift lib unless $LOAD_PATH.include? lib
require 'pry'
require 'main'
Main.instance