source 'https://rubygems.org' group :development do gem 'shotgun' gem 'heroku' end # For now, we're going to be using the development versions of # schnitzelstyle and schnitzelpress. I told you you were about # to live dangerously! # gem 'schnitzelstyle', :git => 'git://github.com/hmans/schnitzelstyle.git' gem 'schnitzelpress', :git => 'git://github.com/hmans/schnitzelpress.git' # If you'd prefer to use the officially released versions, # use these instead: # # gem 'schnitzelstyle' # gem 'schnitzelpress'