diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-17 18:35:28 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-17 18:35:28 +0300 |
commit | fd033671933fcc0f472480d98c907aefde357416 (patch) | |
tree | eb771a11459ac69329c467349c3b780c8f649331 /Gemfile | |
parent | b98f414a1b8dbadbccceac3a544c15bb456a952b (diff) | |
download | gitlab-ce-fd033671933fcc0f472480d98c907aefde357416.tar.gz |
Update font-awesome. Use proper class for merge request form
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ group :assets do gem "modernizr", "2.6.2" gem "raphael-rails", git: "https://github.com/gitlabhq/raphael-rails.git" gem 'bootstrap-sass' - gem "font-awesome-rails", "~> 3.1.1" + gem "font-awesome-rails" gem "gemoji", "~> 1.2.1", require: 'emoji/railtie' gem "gon" end |