mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Add pry-debugger.
It's an unspecified runtime dependency of octopress-deploy.
This commit is contained in:
parent
b615ecf2a5
commit
448b9f02e6
3
Gemfile
3
Gemfile
@ -7,6 +7,9 @@ gem 'jekyll-assets'
|
||||
|
||||
gem 'octopress', '~> 3.0.0.rc.7'
|
||||
gem 'octopress-deploy', '~> 1.0.0.rc.6'
|
||||
# octopress-deploy requires pry-debugger but does not specify it
|
||||
# as a runtime dependency.
|
||||
gem 'pry-debugger'
|
||||
|
||||
gem 'kramdown', '~> 1.3.3'
|
||||
|
||||
|
||||
18
Gemfile.lock
18
Gemfile.lock
@ -7,9 +7,17 @@ GEM
|
||||
thor
|
||||
classifier (1.3.4)
|
||||
fast-stemmer (>= 1.0.0)
|
||||
coderay (1.1.0)
|
||||
colorator (0.1)
|
||||
columnize (0.8.9)
|
||||
commander (4.1.6)
|
||||
highline (~> 1.6.11)
|
||||
debugger (1.6.6)
|
||||
columnize (>= 0.3.1)
|
||||
debugger-linecache (~> 1.2.0)
|
||||
debugger-ruby_core_source (~> 1.3.2)
|
||||
debugger-linecache (1.2.0)
|
||||
debugger-ruby_core_source (1.3.2)
|
||||
execjs (2.0.2)
|
||||
facets (2.9.3)
|
||||
fast-stemmer (1.0.2)
|
||||
@ -39,6 +47,7 @@ GEM
|
||||
rb-kqueue (>= 0.2)
|
||||
maruku (0.7.0)
|
||||
mercenary (0.3.2)
|
||||
method_source (0.8.2)
|
||||
multi_json (1.9.3)
|
||||
octopress (3.0.0.rc.7)
|
||||
jekyll (~> 1.5, >= 1.5.0)
|
||||
@ -49,6 +58,13 @@ GEM
|
||||
parslet (1.5.0)
|
||||
blankslate (~> 2.0)
|
||||
posix-spawn (0.3.8)
|
||||
pry (0.9.12.6)
|
||||
coderay (~> 1.0)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
pry-debugger (0.2.2)
|
||||
debugger (~> 1.3)
|
||||
pry (~> 0.9.10)
|
||||
pygments.rb (0.5.4)
|
||||
posix-spawn (~> 0.3.6)
|
||||
yajl-ruby (~> 1.1.0)
|
||||
@ -62,6 +78,7 @@ GEM
|
||||
redcarpet (2.3.0)
|
||||
safe_yaml (1.0.3)
|
||||
sass (3.3.6)
|
||||
slop (3.5.0)
|
||||
sprockets (2.12.1)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
@ -87,6 +104,7 @@ DEPENDENCIES
|
||||
kramdown (~> 1.3.3)
|
||||
octopress (~> 3.0.0.rc.7)
|
||||
octopress-deploy (~> 1.0.0.rc.6)
|
||||
pry-debugger
|
||||
rake
|
||||
sass
|
||||
uglifier
|
||||
|
||||
Loading…
Reference in New Issue
Block a user