-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile.lock
53 lines (50 loc) · 1.03 KB
/
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
44
45
46
47
48
49
50
51
52
53
GIT
remote: git://github.com/sinatra/sinatra.git
revision: 94a086a46c392795f8a58110865080e2f4ee3849
specs:
sinatra (1.4.2)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
GEM
remote: https://rubygems.org/
specs:
awesome_print (1.1.0)
coderay (1.0.9)
columnize (0.3.6)
debugger (1.6.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.2)
method_source (0.8.1)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
pry-debugger (0.2.2)
debugger (~> 1.3)
pry (~> 0.9.10)
rack (1.5.2)
rack-protection (1.5.0)
rack
rack-test (0.6.2)
rack (>= 1.0)
racksh (1.0.0)
rack (>= 1.0)
rack-test (>= 0.5)
shotgun (0.9)
rack (>= 1.0)
slop (3.4.5)
tilt (1.4.1)
PLATFORMS
ruby
DEPENDENCIES
awesome_print
debugger
pry
pry-debugger
racksh
shotgun
sinatra!