2011-11-28 10:34:11 +01:00
|
|
|
source "http://rubygems.org"
|
2011-10-08 23:36:38 +02:00
|
|
|
|
2012-06-08 12:28:19 +02:00
|
|
|
gem "rails", "3.2.5"
|
2011-10-08 23:36:38 +02:00
|
|
|
|
2012-06-20 12:45:26 +02:00
|
|
|
# Supported DBs
|
2011-11-28 10:34:11 +01:00
|
|
|
gem "sqlite3"
|
2012-03-06 18:54:59 +01:00
|
|
|
gem "mysql2"
|
2012-06-20 12:45:26 +02:00
|
|
|
|
|
|
|
# Auth
|
2012-05-10 23:46:07 +02:00
|
|
|
gem "devise", "~> 1.5"
|
2012-06-20 12:45:26 +02:00
|
|
|
|
|
|
|
# GITLAB patched libs
|
2012-06-26 09:55:25 +02:00
|
|
|
gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "7f35cb98ff17d534a07e3ce6ec3d580f67402837"
|
|
|
|
gem "gitolite", :git => "https://github.com/gitlabhq/gitolite-client.git", :ref => "9b715ca8bab6529f6c92204a25f84d12f25a6eb0"
|
|
|
|
gem "pygments.rb", :git => "https://github.com/gitlabhq/pygments.rb.git", :ref => "2cada028da5054616634a1d9ca6941b65b3ce188"
|
|
|
|
gem "omniauth-ldap", :git => "https://github.com/gitlabhq/omniauth-ldap.git", :ref => "7edf27d0281e09561838122982c16b7e62181f44"
|
|
|
|
gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git"
|
2012-06-20 12:45:26 +02:00
|
|
|
gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git"
|
|
|
|
|
2011-11-28 10:34:11 +01:00
|
|
|
gem "stamp"
|
|
|
|
gem "kaminari"
|
|
|
|
gem "haml-rails"
|
2011-10-08 23:36:38 +02:00
|
|
|
gem "carrierwave"
|
2011-11-28 10:34:11 +01:00
|
|
|
gem "six"
|
2012-05-29 14:35:34 +02:00
|
|
|
gem "ffaker"
|
2012-02-11 19:34:25 +01:00
|
|
|
gem "seed-fu"
|
2012-04-17 23:02:21 +02:00
|
|
|
gem "redcarpet", "~> 2.1.1"
|
2011-10-08 23:57:14 +02:00
|
|
|
gem "thin"
|
2012-03-10 16:48:29 +01:00
|
|
|
gem "unicorn"
|
2011-10-09 00:15:24 +02:00
|
|
|
gem "git"
|
2011-10-15 18:56:53 +02:00
|
|
|
gem "acts_as_list"
|
2011-11-28 10:34:11 +01:00
|
|
|
gem "acts-as-taggable-on", "~> 2.1.0"
|
|
|
|
gem "drapper"
|
2012-02-18 16:37:58 +01:00
|
|
|
gem "resque", "~> 1.20.0"
|
2011-12-14 17:38:52 +01:00
|
|
|
gem "httparty"
|
2011-12-30 15:25:45 +01:00
|
|
|
gem "charlock_holmes"
|
2012-01-11 08:35:21 +01:00
|
|
|
gem "foreman"
|
2012-02-29 21:38:24 +01:00
|
|
|
gem "colored"
|
2012-05-12 11:01:09 +02:00
|
|
|
gem 'resque_mailer'
|
2011-11-04 08:42:36 +01:00
|
|
|
|
2011-10-08 23:36:38 +02:00
|
|
|
group :assets do
|
2012-06-08 12:28:19 +02:00
|
|
|
gem "sass-rails", "3.2.5"
|
2012-04-26 19:43:12 +02:00
|
|
|
gem "coffee-rails", "3.2.2"
|
2012-02-11 19:34:25 +01:00
|
|
|
gem "uglifier", "1.0.3"
|
2012-05-29 14:22:26 +02:00
|
|
|
gem "therubyracer"
|
2012-06-22 11:00:09 +02:00
|
|
|
|
|
|
|
gem 'chosen-rails'
|
|
|
|
gem "jquery-rails", "2.0.2"
|
|
|
|
gem "jquery-ui-rails", "0.5.0"
|
|
|
|
gem "modernizr", "2.5.3"
|
|
|
|
gem "raphael-rails", "1.5.2"
|
|
|
|
gem 'bootstrap-sass', "2.0.3.1"
|
2011-10-08 23:36:38 +02:00
|
|
|
end
|
|
|
|
|
2011-10-27 21:37:17 +02:00
|
|
|
group :development do
|
2011-11-28 10:34:11 +01:00
|
|
|
gem "letter_opener"
|
2012-02-11 19:34:25 +01:00
|
|
|
gem "rails-footnotes"
|
2011-11-28 10:34:11 +01:00
|
|
|
gem "annotate", :git => "https://github.com/ctran/annotate_models.git"
|
2011-10-08 23:36:38 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
group :development, :test do
|
2011-11-28 10:34:11 +01:00
|
|
|
gem "rspec-rails"
|
|
|
|
gem "capybara"
|
|
|
|
gem "autotest"
|
|
|
|
gem "autotest-rails"
|
2012-02-13 06:43:58 +01:00
|
|
|
gem "pry"
|
2011-11-28 10:34:11 +01:00
|
|
|
gem "awesome_print"
|
|
|
|
gem "database_cleaner"
|
|
|
|
gem "launchy"
|
2011-12-14 17:38:52 +01:00
|
|
|
gem "webmock"
|
2011-10-08 23:36:38 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
group :test do
|
2012-06-15 06:15:28 +02:00
|
|
|
gem 'cucumber-rails', :require => false
|
|
|
|
gem 'minitest', ">= 2.10"
|
2011-11-28 10:34:11 +01:00
|
|
|
gem "turn", :require => false
|
|
|
|
gem "simplecov", :require => false
|
2012-05-28 23:35:50 +02:00
|
|
|
gem "shoulda-matchers"
|
2012-05-14 20:05:32 +02:00
|
|
|
gem 'email_spec'
|
2012-05-21 22:05:12 +02:00
|
|
|
gem 'resque_spec'
|
2011-10-08 23:36:38 +02:00
|
|
|
end
|