File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ group :test do
177
177
gem 'timecop'
178
178
gem 'vcr'
179
179
gem 'webmock' , '<1.16'
180
+ gem 'stripe-ruby-mock' , git : 'https://github.com/rebelidealist/stripe-ruby-mock' , branch : 'live-tests'
180
181
end
181
182
182
183
group :production do
Original file line number Diff line number Diff line change 38
38
mime-types (>= 1.25 , < 3.0 )
39
39
rest-client (~> 1.4 )
40
40
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
+
41
51
GEM
42
52
remote: https://rubygems.org/
43
53
remote: https://rails-assets.org/
106
116
rack (>= 0.9.0 )
107
117
binding_of_caller (0.7.2 )
108
118
debug_inspector (>= 0.0.1 )
119
+ blankslate (3.1.3 )
109
120
bson (1.10.2 )
110
121
bson_ext (1.10.2 )
111
122
bson (~> 1.10.2 )
173
184
httparty (~> 0.10 )
174
185
json
175
186
curb (0.8.6 )
187
+ dante (0.2.0 )
176
188
database_cleaner (1.3.0 )
177
189
debug_inspector (0.0.2 )
178
190
debugger-linecache (1.2.0 )
334
346
jbuilder (2.1.3 )
335
347
activesupport (>= 3.0.0 , < 5 )
336
348
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 )
337
354
journey (1.0.4 )
338
355
jquery-rails (2.0.3 )
339
356
railties (>= 3.1.0 , < 5.0 )
@@ -821,6 +838,7 @@ DEPENDENCIES
821
838
spring-commands-rspec
822
839
squeel (= 1.0.1 )
823
840
stripe !
841
+ stripe-ruby-mock !
824
842
strong_parameters
825
843
syntax
826
844
timecop
You can’t perform that action at this time.
0 commit comments