forked from stripe/example-mobile-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
42 lines (38 loc) · 795 Bytes
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
GEM
remote: https://rubygems.org/
specs:
connection_pool (2.2.2)
dotenv (2.7.4)
encrypted_cookie (0.0.5)
rack (>= 1.1, < 3)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
json (2.2.0)
multipart-post (2.1.1)
mustermann (1.0.3)
net-http-persistent (3.0.1)
connection_pool (~> 2.2)
rack (2.0.8)
rack-protection (2.0.5)
rack
sinatra (2.0.5)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.5)
tilt (~> 2.0)
stripe (4.21.2)
faraday (~> 0.13)
net-http-persistent (~> 3.0)
tilt (2.0.9)
PLATFORMS
ruby
DEPENDENCIES
dotenv (= 2.7.4)
encrypted_cookie (= 0.0.5)
json (= 2.2.0)
sinatra (= 2.0.5)
stripe (= 4.21.2)
RUBY VERSION
ruby 2.5.3p105
BUNDLED WITH
1.17.1