Skip to content

Commit b42c53c

Browse files
committed
Add gemoji gem
1 parent db469ea commit b42c53c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ gem 'settingslogic'
9494

9595
# Misc
9696
gem "foreman"
97+
gem 'gemoji', require: 'emoji/railtie'
9798
gem "git"
9899

99100
group :assets do

Gemfile.lock

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ GEM
140140
sass-rails (>= 3.1.1)
141141
foreman (0.47.0)
142142
thor (>= 0.13.6)
143+
gemoji (1.1.1)
143144
gherkin-ruby (0.2.1)
144145
git (1.2.5)
145146
github-linguist (2.3.4)
@@ -422,6 +423,7 @@ DEPENDENCIES
422423
ffaker
423424
font-awesome-sass-rails (~> 2.0.0)
424425
foreman
426+
gemoji
425427
git
426428
github-linguist (~> 2.3.4)
427429
github-markup (~> 0.7.4)

0 commit comments

Comments
 (0)