This repository was archived by the owner on Feb 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +27
-23
lines changed Expand file tree Collapse file tree 4 files changed +27
-23
lines changed Original file line number Diff line number Diff line change 1
- 2.5.0
1
+ 2.5.3
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- ruby "2.5.0 "
3
+ ruby "2.5.3 "
4
4
5
- gem 'dotenv' , '2.2.1 '
5
+ gem 'dotenv' , '2.7.2 '
6
6
gem 'encrypted_cookie' , '0.0.5'
7
- gem 'json' , '2.1 .0'
8
- gem 'sinatra' , '2.0.2 '
9
- gem 'stripe' , '3.17 .0'
7
+ gem 'json' , '2.2 .0'
8
+ gem 'sinatra' , '2.0.5 '
9
+ gem 'stripe' , '4.12 .0'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- dotenv (2.2.1 )
4
+ connection_pool (2.2.2 )
5
+ dotenv (2.7.2 )
5
6
encrypted_cookie (0.0.5 )
6
7
rack (>= 1.1 , < 3 )
7
- faraday (0.15.3 )
8
+ faraday (0.15.4 )
8
9
multipart-post (>= 1.2 , < 3 )
9
- json (2.1 .0 )
10
+ json (2.2 .0 )
10
11
multipart-post (2.0.0 )
11
12
mustermann (1.0.3 )
12
- rack (2.0.6 )
13
- rack-protection (2.0.2 )
13
+ net-http-persistent (3.0.0 )
14
+ connection_pool (~> 2.2 )
15
+ rack (2.0.7 )
16
+ rack-protection (2.0.5 )
14
17
rack
15
- sinatra (2.0.2 )
18
+ sinatra (2.0.5 )
16
19
mustermann (~> 1.0 )
17
20
rack (~> 2.0 )
18
- rack-protection (= 2.0.2 )
21
+ rack-protection (= 2.0.5 )
19
22
tilt (~> 2.0 )
20
- stripe (3.17.0 )
21
- faraday (~> 0.10 )
22
- tilt (2.0.8 )
23
+ stripe (4.12.0 )
24
+ faraday (~> 0.13 )
25
+ net-http-persistent (~> 3.0 )
26
+ tilt (2.0.9 )
23
27
24
28
PLATFORMS
25
29
ruby
26
30
27
31
DEPENDENCIES
28
- dotenv (= 2.2.1 )
32
+ dotenv (= 2.7.2 )
29
33
encrypted_cookie (= 0.0.5 )
30
- json (= 2.1 .0 )
31
- sinatra (= 2.0.2 )
32
- stripe (= 3.17 .0 )
34
+ json (= 2.2 .0 )
35
+ sinatra (= 2.0.5 )
36
+ stripe (= 4.12 .0 )
33
37
34
38
RUBY VERSION
35
- ruby 2.5.0p0
39
+ ruby 2.5.3p105
36
40
37
41
BUNDLED WITH
38
- 1.16 .1
42
+ 1.17 .1
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ def authenticate!
118
118
end
119
119
120
120
# This endpoint is used by the mobile example apps to create a PaymentIntent.
121
- # https://stripe.com/docs/api#create_payment_intent
121
+ # https://stripe.com/docs/api/payment_intents/create
122
122
# Just like the `/create_charge` endpoint, a real implementation would include controls
123
123
# to prevent misuse
124
124
post '/create_intent' do
You can’t perform that action at this time.
0 commit comments