Commit 078b312a authored by Nihad Abbasov's avatar Nihad Abbasov

cleanup Gemfile

parent faa0ec7c
...@@ -4,18 +4,15 @@ gem "rails", "3.2.3" ...@@ -4,18 +4,15 @@ gem "rails", "3.2.3"
gem "sqlite3" gem "sqlite3"
gem "mysql2" gem "mysql2"
gem "rake"
gem "devise", "~> 1.5" gem "devise", "~> 1.5"
gem "stamp" gem "stamp"
gem "kaminari" gem "kaminari"
gem "haml", "3.1.4"
gem "haml-rails" gem "haml-rails"
gem "jquery-rails" gem "jquery-rails"
gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "810e3c11787e9d84c5925a7edc3264db0f04bb49" gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "810e3c11787e9d84c5925a7edc3264db0f04bb49"
gem "gitolite", :git => "https://github.com/gitlabhq/gitolite-client.git", :ref => "9b715ca8bab6529f6c92204a25f84d12f25a6eb0" gem "gitolite", :git => "https://github.com/gitlabhq/gitolite-client.git", :ref => "9b715ca8bab6529f6c92204a25f84d12f25a6eb0"
gem "carrierwave" gem "carrierwave"
gem "six" gem "six"
gem "therubyracer"
gem "faker" gem "faker"
gem "seed-fu" gem "seed-fu"
gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git" 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
gem "sass-rails", "3.2.3" gem "sass-rails", "3.2.3"
gem "coffee-rails", "3.2.2" gem "coffee-rails", "3.2.2"
gem "uglifier", "1.0.3" gem "uglifier", "1.0.3"
gem "therubyracer"
end end
group :development do group :development do
......
...@@ -342,7 +342,6 @@ DEPENDENCIES ...@@ -342,7 +342,6 @@ DEPENDENCIES
git git
gitolite! gitolite!
grit! grit!
haml (= 3.1.4)
haml-rails haml-rails
httparty httparty
jquery-rails jquery-rails
...@@ -357,7 +356,6 @@ DEPENDENCIES ...@@ -357,7 +356,6 @@ DEPENDENCIES
pygments.rb (= 0.2.12)! pygments.rb (= 0.2.12)!
rails (= 3.2.3) rails (= 3.2.3)
rails-footnotes rails-footnotes
rake
redcarpet (~> 2.1.1) redcarpet (~> 2.1.1)
resque (~> 1.20.0) resque (~> 1.20.0)
resque_mailer resque_mailer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment