1
0
mirror of synced 2026-08-04 14:16:55 +00:00

add byebug

This commit is contained in:
Rimian Perkins
2017-02-06 12:15:58 +11:00
parent a1d1c122ed
commit 12868ea71a
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -3,3 +3,4 @@ source 'https://rubygems.org'
gem 'rails', '~> 4.2.7.1'
gem 'stripe'
gem 'rspec-rails'
gem 'byebug'
+2
View File
@@ -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