Revision 85768baf9f54a1f43499cd6171d637e30adbd504 authored by Romain Dardour on 30 September 2012, 12:57:51 UTC, committed by Romain Dardour on 26 October 2012, 16:47:44 UTC
1 parent c64a6eb
Raw File
Gemfile
source 'http://rubygems.org'
gemspec

gem 'celluloid', "~> 0.12.0"
gem 'slim'
gem 'sass'
gem 'rails', '3.2.8'
gem 'sqlite3'

group :test do
  gem 'simplecov', :require => false
end

group :development do
  gem 'compass'
end
back to top