diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-10 21:09:52 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-10 21:09:52 +0300 |
commit | 1487ed3e378ab6499fd6be45a91a4e401abc4ac0 (patch) | |
tree | 273027932f29621f3437327fc950f6400e30280c /Gemfile.lock | |
parent | 0afad135e79c3764c882f34d9498b37fecf8d294 (diff) | |
download | gitlab-ce-1487ed3e378ab6499fd6be45a91a4e401abc4ac0.tar.gz |
replace font-awesome gem. Use fork icon
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 91a08e1cf6b..b986539da1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,9 +130,8 @@ GEM eventmachine (>= 0.12.0) ffaker (1.16.0) ffi (1.8.1) - font-awesome-sass-rails (3.0.2.2) - railties (>= 3.1.1) - sass-rails (>= 3.1.1) + font-awesome-rails (3.1.1.3) + railties (>= 3.2, < 5.0) foreman (0.63.0) dotenv (>= 0.7) thor (>= 0.13.6) @@ -535,7 +534,7 @@ DEPENDENCIES enumerize factory_girl_rails ffaker - font-awesome-sass-rails (~> 3.0.0) + font-awesome-rails (~> 3.1.1) foreman gemoji (~> 1.2.1) github-linguist |