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
43 lines (39 loc) · 737 Bytes
/
Gemfile.lock
File metadata and controls
43 lines (39 loc) · 737 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
41
42
43
GEM
remote: https://rubygems.org/
specs:
dotenv (2.8.1)
encrypted_cookie (0.1.0)
rack (>= 1.1, < 3)
json (2.6.2)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.9)
puma (6.3.1)
nio4r (~> 2.0)
rack (2.2.6.4)
rack-protection (3.0.4)
rack
ruby2_keywords (0.0.5)
sinatra (3.0.4)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.4)
tilt (~> 2.0)
sinatra-cross_origin (0.4.0)
stripe (7.1.0)
tilt (2.0.11)
PLATFORMS
arm64-darwin-21
x86_64-linux
DEPENDENCIES
dotenv
encrypted_cookie
json
puma
sinatra
sinatra-cross_origin
stripe (~> 7.1.0)
RUBY VERSION
ruby 3.1.2p20
BUNDLED WITH
2.3.24