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