diff options
author | Jeremy Anderson <jeremy@code-adept.com> | 2012-07-26 07:29:53 -0700 |
---|---|---|
committer | Jeremy Anderson <jeremy@code-adept.com> | 2012-07-31 07:32:44 -0700 |
commit | 69c4cea65a7ba13469f43914fbdccf592053fec8 (patch) | |
tree | a93056eb77da46e7fd7d6aecca27938a82b172c5 /Gemfile | |
parent | e6edaa3b502090f461b58c439ea476da2d37f039 (diff) | |
download | gitlab-ce-69c4cea65a7ba13469f43914fbdccf592053fec8.tar.gz |
updating project api to include raw blob contents and single branch
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |