Skip to content

Instantly share code, notes, and snippets.

@ziyan-junaideen
Created October 27, 2014 12:19
Show Gist options
  • Save ziyan-junaideen/a4caf4c1dfa47cc9cd9d to your computer and use it in GitHub Desktop.
Save ziyan-junaideen/a4caf4c1dfa47cc9cd9d to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
group :default do # {{{
gem 'jekyll', "~> 2.4.0"
gem 'rake', "~> 10.3.2"
end # }}}
group :development do # {{{
gem 'rspec'
end # }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment