mirror of
https://github.com/zhigang1992/qingshuiTemple.git
synced 2026-01-12 08:14:35 +08:00
add pry-rails
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -53,6 +53,7 @@ group :test, :development do
|
||||
gem 'factory_girl_rails', '~> 4.2.0'
|
||||
|
||||
# Debugger
|
||||
gem 'pry-rails'
|
||||
gem 'pry'
|
||||
gem 'pry-remote'
|
||||
gem 'pry-stack_explorer'
|
||||
|
||||
@@ -149,6 +149,8 @@ GEM
|
||||
pry-debugger (0.2.1)
|
||||
debugger (~> 1.2.0)
|
||||
pry (~> 0.9.10)
|
||||
pry-rails (0.2.2)
|
||||
pry (>= 0.9.10)
|
||||
pry-remote (0.1.6)
|
||||
pry (~> 0.9)
|
||||
slop (~> 3.0)
|
||||
@@ -220,6 +222,7 @@ DEPENDENCIES
|
||||
mongoid!
|
||||
pry
|
||||
pry-debugger
|
||||
pry-rails
|
||||
pry-remote
|
||||
pry-stack_explorer
|
||||
rails!
|
||||
|
||||
Reference in New Issue
Block a user