We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc64d0 commit c21e7c2Copy full SHA for c21e7c2
.gitignore
@@ -13,6 +13,7 @@
13
## Dummy app temp files:
14
/spec/dummy/db
15
/spec/dummy/log
16
+/spec/dummy/tmp
17
18
## Specific to RubyMotion:
19
.dat*
jsonapi-rails.gemspec
@@ -23,4 +23,5 @@ Gem::Specification.new do |spec|
23
spec.add_development_dependency 'rspec-rails', '~> 3.5'
24
spec.add_development_dependency 'with_model', '~> 2.0'
25
spec.add_development_dependency 'simplecov'
26
+ spec.add_development_dependency 'pry-byebug'
27
end
0 commit comments