v1.0
This commit is contained in:
parent
93efff9452
commit
0f6ebcb694
317 changed files with 11347 additions and 0 deletions
50
Gemfile
Normal file
50
Gemfile
Normal file
|
@ -0,0 +1,50 @@
|
|||
source 'http://rubygems.org'
|
||||
|
||||
gem 'rails', '3.1.0'
|
||||
|
||||
gem 'sqlite3'
|
||||
gem 'devise', "1.4.7"
|
||||
gem 'stamp'
|
||||
gem 'will_paginate', '~> 3.0'
|
||||
gem 'haml-rails'
|
||||
gem 'jquery-rails'
|
||||
gem 'grit', :git => 'git://github.com/gitlabhq/grit.git'
|
||||
gem "carrierwave"
|
||||
gem 'six'
|
||||
gem 'therubyracer'
|
||||
gem 'faker'
|
||||
gem 'seed-fu', :branch => 'rails-3-1', :git => 'git://github.com/mbleigh/seed-fu.git'
|
||||
gem "inifile"
|
||||
gem "albino", :git => "git://github.com/gitlabhq/albino.git"
|
||||
gem "kaminari"
|
||||
gem "thin"
|
||||
gem "git"
|
||||
|
||||
group :assets do
|
||||
gem 'sass-rails', " ~> 3.1.0"
|
||||
gem 'coffee-rails', "~> 3.1.0"
|
||||
gem 'uglifier'
|
||||
end
|
||||
|
||||
group :development do
|
||||
gem 'rails-footnotes', '>= 3.7.5.rc4'
|
||||
gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
gem 'rspec-rails'
|
||||
gem 'shoulda'
|
||||
gem 'capybara'
|
||||
gem 'autotest'
|
||||
gem 'autotest-rails'
|
||||
gem 'ruby-debug19', :require => 'ruby-debug'
|
||||
gem 'awesome_print'
|
||||
gem 'database_cleaner'
|
||||
gem 'launchy'
|
||||
end
|
||||
|
||||
|
||||
group :test do
|
||||
gem 'turn', :require => false
|
||||
gem 'simplecov', :require => false
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue