Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Anderson <jeremy@code-adept.com>2012-07-26 18:29:53 +0400
committerJeremy Anderson <jeremy@code-adept.com>2012-07-31 18:32:44 +0400
commit69c4cea65a7ba13469f43914fbdccf592053fec8 (patch)
treea93056eb77da46e7fd7d6aecca27938a82b172c5 /Gemfile
parente6edaa3b502090f461b58c439ea476da2d37f039 (diff)
updating project api to include raw blob contents and single branch
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index ef2076e528b..8db7d813f8e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,6 @@
source "http://rubygems.org"
gem "rails", "3.2.5"
-gem "rake", "0.8.7"
# Supported DBs
gem "sqlite3"
@@ -19,7 +18,7 @@ gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git"
gem 'grack', :git => "https://github.com/gitlabhq/grack.git"
gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git"
-gem "grape"
+gem "grape", "~> 0.2.1"
gem "stamp"
gem "kaminari"
gem "haml-rails"