Commit 078b312a31dc27c8b3107d8d9278e13e7b769892

Authored by Nihad Abbasov
1 parent faa0ec7c

cleanup Gemfile

Showing 2 changed files with 1 additions and 5 deletions   Show diff stats
@@ -4,18 +4,15 @@ gem "rails", "3.2.3" @@ -4,18 +4,15 @@ gem "rails", "3.2.3"
4 4
5 gem "sqlite3" 5 gem "sqlite3"
6 gem "mysql2" 6 gem "mysql2"
7 -gem "rake"  
8 gem "devise", "~> 1.5" 7 gem "devise", "~> 1.5"
9 gem "stamp" 8 gem "stamp"
10 gem "kaminari" 9 gem "kaminari"
11 -gem "haml", "3.1.4"  
12 gem "haml-rails" 10 gem "haml-rails"
13 gem "jquery-rails" 11 gem "jquery-rails"
14 gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "810e3c11787e9d84c5925a7edc3264db0f04bb49" 12 gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "810e3c11787e9d84c5925a7edc3264db0f04bb49"
15 gem "gitolite", :git => "https://github.com/gitlabhq/gitolite-client.git", :ref => "9b715ca8bab6529f6c92204a25f84d12f25a6eb0" 13 gem "gitolite", :git => "https://github.com/gitlabhq/gitolite-client.git", :ref => "9b715ca8bab6529f6c92204a25f84d12f25a6eb0"
16 gem "carrierwave" 14 gem "carrierwave"
17 gem "six" 15 gem "six"
18 -gem "therubyracer"  
19 gem "faker" 16 gem "faker"
20 gem "seed-fu" 17 gem "seed-fu"
21 gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git" 18 gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git"
@@ -42,6 +39,7 @@ group :assets do @@ -42,6 +39,7 @@ group :assets do
42 gem "sass-rails", "3.2.3" 39 gem "sass-rails", "3.2.3"
43 gem "coffee-rails", "3.2.2" 40 gem "coffee-rails", "3.2.2"
44 gem "uglifier", "1.0.3" 41 gem "uglifier", "1.0.3"
  42 + gem "therubyracer"
45 end 43 end
46 44
47 group :development do 45 group :development do
@@ -342,7 +342,6 @@ DEPENDENCIES @@ -342,7 +342,6 @@ DEPENDENCIES
342 git 342 git
343 gitolite! 343 gitolite!
344 grit! 344 grit!
345 - haml (= 3.1.4)  
346 haml-rails 345 haml-rails
347 httparty 346 httparty
348 jquery-rails 347 jquery-rails
@@ -357,7 +356,6 @@ DEPENDENCIES @@ -357,7 +356,6 @@ DEPENDENCIES
357 pygments.rb (= 0.2.12)! 356 pygments.rb (= 0.2.12)!
358 rails (= 3.2.3) 357 rails (= 3.2.3)
359 rails-footnotes 358 rails-footnotes
360 - rake  
361 redcarpet (~> 2.1.1) 359 redcarpet (~> 2.1.1)
362 resque (~> 1.20.0) 360 resque (~> 1.20.0)
363 resque_mailer 361 resque_mailer