forked from stripe/example-terminal-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
40 lines (36 loc) · 724 Bytes
/
Gemfile.lock
File metadata and controls
40 lines (36 loc) · 724 Bytes
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
GEM
remote: https://rubygems.org/
specs:
dotenv (2.2.1)
encrypted_cookie (0.0.5)
rack (>= 1.1, < 3)
faraday (0.15.3)
multipart-post (>= 1.2, < 3)
json (2.1.0)
multipart-post (2.0.0)
mustermann (1.0.2)
rack (2.0.5)
rack-protection (2.0.2)
rack
sinatra (2.0.2)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.2)
tilt (~> 2.0)
sinatra-cross_origin (0.4.0)
stripe (3.29.0)
faraday (~> 0.10)
tilt (2.0.8)
PLATFORMS
ruby
DEPENDENCIES
dotenv (= 2.2.1)
encrypted_cookie (= 0.0.5)
json (= 2.1.0)
sinatra (= 2.0.2)
sinatra-cross_origin
stripe (= 3.29.0)
RUBY VERSION
ruby 2.5.1p57
BUNDLED WITH
1.17.1