mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-20 23:51:14 +08:00
Since spec.add_development_dependency "rake" is already in the gemspec template, we don't need it in the Gemfile and we should always defer to the gemspec for our dependencies except for advanced use cases.
5 lines
87 B
Ruby
5 lines
87 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# Define all dependencies in your .gemspec file
|
|
gemspec
|