Commit bfe7a2cc by lanrion

added debugger to Gemfile

parent 5256863c
......@@ -11,6 +11,13 @@ group :test do
gem 'coveralls', require: false
end
group :development do
# For debugger
gem "pry-rails", "~> 0.3.2"
gem "pry-debugger", "~> 0.2.2"
end
# Specify your gem's dependencies in weixin_authorize.gemspec
gemspec
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment