1
2
3
4
5
6
7
snippet     source-rubygems
options     head
  source :rubygems

snippet     gem
options     head
  gem '${1}', '${2} >= 1.0'