add stripe-gem and payment schema

This commit is contained in:
Rishabh Saxena 2016-07-27 13:18:50 +05:30
parent 2b4bf2fff7
commit b639d2eec5
5 changed files with 37 additions and 0 deletions

View file

@ -481,6 +481,8 @@ GEM
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.9)
stripe (1.43.0)
rest-client (~> 1.4)
term-ansicolor (1.3.2)
tins (~> 1.0)
thor (0.19.1)
@ -615,6 +617,7 @@ DEPENDENCIES
shoulda-matchers
spring-commands-rspec
sqlite3
stripe
timecop
transitions
turbolinks