Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 30597c7

Browse files
committedOct 10, 2014
Use Pry as the console.
1 parent f867c54 commit 30597c7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
 

‎Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
22

33
gem 'middleman', '~> 3.3.6'
4+
gem 'middleman-pry'

‎Gemfile.lock

+11
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ GEM
1010
celluloid (0.16.0)
1111
timers (~> 4.0.0)
1212
chunky_png (1.3.1)
13+
coderay (1.1.0)
1314
coffee-script (2.3.0)
1415
coffee-script-source
1516
execjs
@@ -42,6 +43,7 @@ GEM
4243
celluloid (>= 0.15.2)
4344
rb-fsevent (>= 0.9.3)
4445
rb-inotify (>= 0.9)
46+
method_source (0.8.2)
4547
middleman (3.3.6)
4648
coffee-script (~> 2.2)
4749
compass (>= 1.0.0, < 2.0.0)
@@ -65,6 +67,9 @@ GEM
6567
rack-test (~> 0.6.2)
6668
thor (>= 0.15.2, < 2.0)
6769
tilt (~> 1.4.1, < 2.0)
70+
middleman-pry (0.0.4)
71+
middleman-core (~> 3.2)
72+
pry (~> 0.9)
6873
middleman-sprockets (3.3.10)
6974
middleman-core (~> 3.3)
7075
sprockets (~> 2.12.1)
@@ -78,13 +83,18 @@ GEM
7883
tilt (~> 1.4.1)
7984
padrino-support (0.12.3)
8085
activesupport (>= 3.1)
86+
pry (0.10.1)
87+
coderay (~> 1.1.0)
88+
method_source (~> 0.8.1)
89+
slop (~> 3.4)
8190
rack (1.5.2)
8291
rack-test (0.6.2)
8392
rack (>= 1.0)
8493
rb-fsevent (0.9.4)
8594
rb-inotify (0.9.5)
8695
ffi (>= 0.5.0)
8796
sass (3.4.5)
97+
slop (3.6.0)
8898
sprockets (2.12.2)
8999
hike (~> 1.2)
90100
multi_json (~> 1.0)
@@ -112,3 +122,4 @@ PLATFORMS
112122

113123
DEPENDENCIES
114124
middleman (~> 3.3.6)
125+
middleman-pry

0 commit comments

Comments
 (0)
Please sign in to comment.