Skip to content

Commit

Permalink
Add debugger to development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
leshill committed Feb 6, 2013
1 parent 72a8cf3 commit 6a290fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Gemfile.lock
Expand Up @@ -9,6 +9,14 @@ PATH
GEM
remote: https://rubygems.org/
specs:
columnize (0.3.6)
debugger (1.3.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.7)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.7)
execjs (1.4.0)
multi_json (~> 1.0)
haml (3.1.6)
Expand All @@ -30,6 +38,7 @@ PLATFORMS
ruby

DEPENDENCIES
debugger
haml
hogan_assets!
slim
1 change: 1 addition & 0 deletions hogan_assets.gemspec
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "tilt", ">= 1.3.3"
gem.add_runtime_dependency "sprockets", ">= 2.0.3"

gem.add_development_dependency "debugger"
gem.add_development_dependency "haml"
gem.add_development_dependency "slim"
end

0 comments on commit 6a290fe

Please sign in to comment.