diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-04-10 08:51:08 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-04-10 08:51:08 +0300 |
commit | 627efddf6343735ed95e49ac9b71d7929c879ea3 (patch) | |
tree | 9725efaa5303531c4fc7dbaf64687e5c9129f727 /Gemfile | |
parent | 2bad798e119b41ce075815647a17ddc2dec9befe (diff) | |
download | gitlab-ce-627efddf6343735ed95e49ac9b71d7929c879ea3.tar.gz |
migrated to bootstrap 2
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ gem "httparty" gem "charlock_holmes" gem "foreman" gem "omniauth-ldap" -gem 'bootstrap-sass', "1.4.4" +gem 'bootstrap-sass', "2.0.2" gem "colored" gem 'yaml_db', :git => "https://github.com/gitlabhq/yaml_db.git" gem 'modularity' |