diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-23 10:05:07 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-23 10:05:07 +0300 |
commit | f58dc8e6c95ef9d566402395d12c46bb97759cf2 (patch) | |
tree | 4cdbf2a6306ceca0d6cdf20823f788cf0db183b0 /Gemfile | |
parent | a2456832d2210f53602c03eaa3ab1efa6207a4d1 (diff) | |
download | gitlab-ce-f58dc8e6c95ef9d566402395d12c46bb97759cf2.tar.gz |
Update bootstrap-sass
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ group :assets do gem "jquery-ui-rails", "2.0.2" gem "modernizr", "2.6.2" gem "raphael-rails", git: "https://github.com/gitlabhq/raphael-rails.git" - gem 'bootstrap-sass', "2.2.1.1" + gem 'bootstrap-sass' gem "font-awesome-sass-rails", "~> 3.0.0" gem "gemoji", "~> 1.2.1", require: 'emoji/railtie' gem "gon" |