We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db469ea commit b42c53cCopy full SHA for b42c53c
Gemfile
@@ -94,6 +94,7 @@ gem 'settingslogic'
94
95
# Misc
96
gem "foreman"
97
+gem 'gemoji', require: 'emoji/railtie'
98
gem "git"
99
100
group :assets do
Gemfile.lock
@@ -140,6 +140,7 @@ GEM
140
sass-rails (>= 3.1.1)
141
foreman (0.47.0)
142
thor (>= 0.13.6)
143
+ gemoji (1.1.1)
144
gherkin-ruby (0.2.1)
145
git (1.2.5)
146
github-linguist (2.3.4)
@@ -422,6 +423,7 @@ DEPENDENCIES
422
423
ffaker
424
font-awesome-sass-rails (~> 2.0.0)
425
foreman
426
+ gemoji
427
git
428
github-linguist (~> 2.3.4)
429
github-markup (~> 0.7.4)
0 commit comments