diff options
author | connorshea <connor.james.shea@gmail.com> | 2016-03-24 20:28:24 -0600 |
---|---|---|
committer | connorshea <connor.james.shea@gmail.com> | 2016-03-24 20:28:24 -0600 |
commit | 057244b4c00526ea78d3b83afb04080a18c7e22f (patch) | |
tree | 28fb239adf3c7341579698052b67fc8a3a314f75 /Gemfile.lock | |
parent | 28c94ee955888c48547c02f5d60698faa7aa7b58 (diff) | |
download | gitlab-ce-057244b4c00526ea78d3b83afb04080a18c7e22f.tar.gz |
Upgrade font-awesome-rails to 4.5.0.1
Includes Rails 5 support.
See changelog for details:
https://github.com/bokmann/font-awesome-rails/releases/tag/v4.5.0.1
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 16c09ab6e6d..f00de30b475 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -328,8 +328,8 @@ GEM fog-xml (0.1.2) fog-core nokogiri (~> 1.5, >= 1.5.11) - font-awesome-rails (4.5.0.0) - railties (>= 3.2, < 5.0) + font-awesome-rails (4.5.0.1) + railties (>= 3.2, < 5.1) foreman (0.78.0) thor (~> 0.19.1) formatador (0.2.5) @@ -1064,3 +1064,6 @@ DEPENDENCIES web-console (~> 2.0) webmock (~> 1.21.0) wikicloth (= 0.8.1) + +BUNDLED WITH + 1.11.2 |