Skip to content

Commit

Permalink
comment out debugger in Gemfile (make it optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Slezak committed Jun 7, 2013
1 parent 166f3df commit f2cc451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webyast/Gemfile
Expand Up @@ -72,7 +72,7 @@ if File.exists? File.expand_path("../../.git", __FILE__)
# needed for rake gettext:find
gem 'ruby_parser'

gem "ruby-debug"
#gem "debugger"
end
end

Expand Down

0 comments on commit f2cc451

Please sign in to comment.