Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-02-12 23:34:00 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-02-12 23:34:00 +0300
commitf9bf87bbe812a9ea183f1746c0d7bd82cc8423f4 (patch)
tree9d0fb8f0716ba3b45ae292fcb971d34791ea9a12 /Gemfile
parent65c81466c4548b8e3ebd571dcf48202769b5225b (diff)
Update gitlab_emoji to ~> 0.3.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9114fdd33ac..48222782838 100644
--- a/Gemfile
+++ b/Gemfile
@@ -204,7 +204,7 @@ gem 'jquery-turbolinks', '~> 2.1.0'
gem 'addressable', '~> 2.3.8'
gem 'bootstrap-sass', '~> 3.3.0'
gem 'font-awesome-rails', '~> 4.2'
-gem 'gitlab_emoji', '~> 0.2.0'
+gem 'gitlab_emoji', '~> 0.3.0'
gem 'gon', '~> 6.0.1'
gem 'jquery-atwho-rails', '~> 1.3.2'
gem 'jquery-rails', '~> 4.0.0'