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 126a395 commit ce5ec98Copy full SHA for ce5ec98
βjsonapi-parser.gemspecβ
@@ -14,4 +14,7 @@ Gem::Specification.new do |spec|
14
15
spec.files = Dir['README.md', 'lib/**/*']
16
spec.require_path = 'lib'
17
+
18
+ spec.add_development_dependency 'rake', '~> 11.3'
19
+ spec.add_development_dependency 'rspec', '~> 3.5'
20
end
0 commit comments