Skip to content

Commit 429d2d6

Browse files
committed
Voila, we should use this gem for stripe
1 parent 347af8d commit 429d2d6

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ group :test do
177177
gem 'timecop'
178178
gem 'vcr'
179179
gem 'webmock', '<1.16'
180+
gem 'stripe-ruby-mock', git: 'https://github.com/rebelidealist/stripe-ruby-mock', branch: 'live-tests'
180181
end
181182

182183
group :production do

Gemfile.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ GIT
3838
mime-types (>= 1.25, < 3.0)
3939
rest-client (~> 1.4)
4040

41+
GIT
42+
remote: https://github.com/rebelidealist/stripe-ruby-mock
43+
revision: f4229cbe762bc2a5a302cdd83088c283881e9c5a
44+
branch: live-tests
45+
specs:
46+
stripe-ruby-mock (1.10.1.7)
47+
dante (>= 0.2.0)
48+
jimson-temp
49+
stripe (>= 1.15.0)
50+
4151
GEM
4252
remote: https://rubygems.org/
4353
remote: https://rails-assets.org/
@@ -106,6 +116,7 @@ GEM
106116
rack (>= 0.9.0)
107117
binding_of_caller (0.7.2)
108118
debug_inspector (>= 0.0.1)
119+
blankslate (3.1.3)
109120
bson (1.10.2)
110121
bson_ext (1.10.2)
111122
bson (~> 1.10.2)
@@ -173,6 +184,7 @@ GEM
173184
httparty (~> 0.10)
174185
json
175186
curb (0.8.6)
187+
dante (0.2.0)
176188
database_cleaner (1.3.0)
177189
debug_inspector (0.0.2)
178190
debugger-linecache (1.2.0)
@@ -334,6 +346,11 @@ GEM
334346
jbuilder (2.1.3)
335347
activesupport (>= 3.0.0, < 5)
336348
multi_json (~> 1.2)
349+
jimson-temp (0.9.5)
350+
blankslate (>= 3.1.2)
351+
multi_json (~> 1.0)
352+
rack (~> 1.4)
353+
rest-client (~> 1.0)
337354
journey (1.0.4)
338355
jquery-rails (2.0.3)
339356
railties (>= 3.1.0, < 5.0)
@@ -821,6 +838,7 @@ DEPENDENCIES
821838
spring-commands-rspec
822839
squeel (= 1.0.1)
823840
stripe!
841+
stripe-ruby-mock!
824842
strong_parameters
825843
syntax
826844
timecop

0 commit comments

Comments
 (0)