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 'rails', '~> 4.2.7.1'
|
||||||
gem 'stripe'
|
gem 'stripe'
|
||||||
gem 'rspec-rails'
|
gem 'rspec-rails'
|
||||||
|
gem 'byebug'
|
||||||
|
|
|
@ -38,6 +38,7 @@ GEM
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
arel (6.0.4)
|
arel (6.0.4)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
|
byebug (9.0.6)
|
||||||
concurrent-ruby (1.0.4)
|
concurrent-ruby (1.0.4)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
domain_name (0.5.20161129)
|
domain_name (0.5.20161129)
|
||||||
|
@ -131,6 +132,7 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
byebug
|
||||||
rails (~> 4.2.7.1)
|
rails (~> 4.2.7.1)
|
||||||
rspec-rails
|
rspec-rails
|
||||||
stripe
|
stripe
|
||||||
|
|
Loading…
Reference in New Issue