add byebug
This commit is contained in:
parent
a1d1c122ed
commit
12868ea71a
1
Gemfile
1
Gemfile
|
@ -3,3 +3,4 @@ source 'https://rubygems.org'
|
|||
gem 'rails', '~> 4.2.7.1'
|
||||
gem 'stripe'
|
||||
gem 'rspec-rails'
|
||||
gem 'byebug'
|
||||
|
|
|
@ -38,6 +38,7 @@ GEM
|
|||
tzinfo (~> 1.1)
|
||||
arel (6.0.4)
|
||||
builder (3.2.3)
|
||||
byebug (9.0.6)
|
||||
concurrent-ruby (1.0.4)
|
||||
diff-lcs (1.3)
|
||||
domain_name (0.5.20161129)
|
||||
|
@ -131,6 +132,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
byebug
|
||||
rails (~> 4.2.7.1)
|
||||
rspec-rails
|
||||
stripe
|
||||
|
|
Loading…
Reference in New Issue