Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 1ac9ca9

Browse files
committedSep 6, 2015
🎩 Add emoji's to compliment text!
1 parent 2f1e0b1 commit 1ac9ca9

File tree

868 files changed

+29
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

868 files changed

+29
-1
lines changed
 

‎Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ gem 'bootstrap-sass', '~> 3.3.5'
3434
# In order to play nice with heroku
3535
gem 'rails_12factor'
3636

37+
gem 'gemoji'
38+
3739
# Use ActiveModel has_secure_password
3840
# gem 'bcrypt', '~> 3.1.7'
3941

‎Gemfile.lock

+5
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ GEM
6363
execjs (2.6.0)
6464
faraday (0.9.1)
6565
multipart-post (>= 1.2, < 3)
66+
gemoji (2.1.0)
6667
globalid (0.3.6)
6768
activesupport (>= 4.1.0)
6869
haml (4.0.6)
@@ -199,6 +200,7 @@ DEPENDENCIES
199200
byebug
200201
coffee-rails (~> 4.1.0)
201202
dotenv-rails
203+
gemoji
202204
haml-rails (~> 0.9)
203205
jbuilder (~> 2.0)
204206
jquery-rails
@@ -213,3 +215,6 @@ DEPENDENCIES
213215
turbolinks
214216
uglifier (>= 1.3.0)
215217
web-console (~> 2.0)
218+
219+
BUNDLED WITH
220+
1.10.6

0 commit comments

Comments
 (0)