mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
Added pry debugging gems
This commit is contained in:
parent
a60e10d5f4
commit
a3416e51d4
2 changed files with 26 additions and 3 deletions
7
Gemfile
7
Gemfile
|
|
@ -9,7 +9,10 @@ group :test do
|
|||
gem "activerecord-nulldb-adapter"
|
||||
end
|
||||
|
||||
group :development do
|
||||
group :development, :test do
|
||||
gem "pry"
|
||||
gem "debugger"
|
||||
gem "pry-debugger"
|
||||
gem "pry-rescue"
|
||||
gem "pry-stack_explorer"
|
||||
gem 'plymouth'
|
||||
end
|
||||
|
|
|
|||
22
Gemfile.lock
22
Gemfile.lock
|
|
@ -28,9 +28,12 @@ GEM
|
|||
multi_json (~> 1.0)
|
||||
arel (3.0.2)
|
||||
backports (2.6.7)
|
||||
binding_of_caller (0.7.1)
|
||||
debug_inspector (>= 0.0.1)
|
||||
builder (3.0.4)
|
||||
coderay (1.0.9)
|
||||
columnize (0.3.6)
|
||||
debug_inspector (0.0.2)
|
||||
debugger (1.5.0)
|
||||
columnize (>= 0.3.1)
|
||||
debugger-linecache (~> 1.2.0)
|
||||
|
|
@ -51,13 +54,27 @@ GEM
|
|||
virtus
|
||||
hashie (2.0.3)
|
||||
i18n (0.6.1)
|
||||
interception (0.3)
|
||||
method_source (0.8.1)
|
||||
multi_json (1.7.2)
|
||||
multi_xml (0.5.3)
|
||||
plymouth (0.3.3)
|
||||
pry-exception_explorer (~> 0.1.7)
|
||||
pry (0.9.12)
|
||||
coderay (~> 1.0.5)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
pry-debugger (0.2.2)
|
||||
debugger (~> 1.3)
|
||||
pry (~> 0.9.10)
|
||||
pry-exception_explorer (0.1.9)
|
||||
pry-stack_explorer (>= 0.3.9)
|
||||
pry-rescue (1.1.0)
|
||||
interception (>= 0.3)
|
||||
pry
|
||||
pry-stack_explorer (0.4.9)
|
||||
binding_of_caller (>= 0.7)
|
||||
pry (~> 0.9.11)
|
||||
rack (1.5.2)
|
||||
rack-accept (0.4.5)
|
||||
rack (>= 0.4)
|
||||
|
|
@ -86,9 +103,12 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
activerecord-nulldb-adapter
|
||||
debugger
|
||||
grape-active_model_serializers!
|
||||
plymouth
|
||||
pry
|
||||
pry-debugger
|
||||
pry-rescue
|
||||
pry-stack_explorer
|
||||
rack-test
|
||||
rake
|
||||
rspec (~> 2.12.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue