File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
3
gem 'middleman' , '~> 3.3.6'
4
+ gem 'middleman-pry'
Original file line number Diff line number Diff line change 10
10
celluloid (0.16.0 )
11
11
timers (~> 4.0.0 )
12
12
chunky_png (1.3.1 )
13
+ coderay (1.1.0 )
13
14
coffee-script (2.3.0 )
14
15
coffee-script-source
15
16
execjs
42
43
celluloid (>= 0.15.2 )
43
44
rb-fsevent (>= 0.9.3 )
44
45
rb-inotify (>= 0.9 )
46
+ method_source (0.8.2 )
45
47
middleman (3.3.6 )
46
48
coffee-script (~> 2.2 )
47
49
compass (>= 1.0.0 , < 2.0.0 )
65
67
rack-test (~> 0.6.2 )
66
68
thor (>= 0.15.2 , < 2.0 )
67
69
tilt (~> 1.4.1 , < 2.0 )
70
+ middleman-pry (0.0.4 )
71
+ middleman-core (~> 3.2 )
72
+ pry (~> 0.9 )
68
73
middleman-sprockets (3.3.10 )
69
74
middleman-core (~> 3.3 )
70
75
sprockets (~> 2.12.1 )
78
83
tilt (~> 1.4.1 )
79
84
padrino-support (0.12.3 )
80
85
activesupport (>= 3.1 )
86
+ pry (0.10.1 )
87
+ coderay (~> 1.1.0 )
88
+ method_source (~> 0.8.1 )
89
+ slop (~> 3.4 )
81
90
rack (1.5.2 )
82
91
rack-test (0.6.2 )
83
92
rack (>= 1.0 )
84
93
rb-fsevent (0.9.4 )
85
94
rb-inotify (0.9.5 )
86
95
ffi (>= 0.5.0 )
87
96
sass (3.4.5 )
97
+ slop (3.6.0 )
88
98
sprockets (2.12.2 )
89
99
hike (~> 1.2 )
90
100
multi_json (~> 1.0 )
@@ -112,3 +122,4 @@ PLATFORMS
112
122
113
123
DEPENDENCIES
114
124
middleman (~> 3.3.6 )
125
+ middleman-pry
You can’t perform that action at this time.
0 commit comments