source 'https://rubygems.org' group :development do # gems used on development gem 'rake' gem 'specular', :git => 'git://github.com/wokibe/specular' gem 'sonar', :git => 'git://github.com/wokibe/sonar' gem 'pry' end group :test do # gems used when testing gem 'rake' gem 'specular', :git => 'git://github.com/wokibe/specular' gem 'sonar', :git => 'git://github.com/wokibe/sonar' end group :production do # gems used on production end # gems used on any environment gem 'e', :git => 'git://github.com/wokibe/espresso' gem 'el', :git => 'git://github.com/wokibe/espresso-lungo' gem 'thin' gem 'rear', :git => 'git://github.com/wokibe/rear' gem 'enginery', :git => 'git://github.com/wokibe/enginery'