-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
43 lines (41 loc) · 847 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
43
GEM
remote: https://rubygems.org/
specs:
coderay (1.1.1)
dotenv (2.2.0)
method_source (0.8.2)
mini_portile2 (2.8.6)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oauth (0.5.5)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
racc (1.7.3)
rack (2.2.6.4)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.5)
sequel (4.43.0)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
tilt (~> 2.0)
slop (3.6.0)
sqlite3 (1.3.13)
tilt (2.0.11)
PLATFORMS
ruby
DEPENDENCIES
dotenv (~> 2.2.0)
nokogiri (~> 1.16.5)
oauth (~> 0.5.5)
pry (~> 0.10.4)
sequel (~> 4.43.0)
sinatra (~> 2.2.3)
sqlite3 (~> 1.3.13)