aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock2
2 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ffb614f2..14ee9669 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,4 +10,5 @@ gem 'haml', '>= 3.1'
gem 'compass', '>= 0.11'
gem 'rubypants'
gem 'rb-fsevent'
-gem 'stringex' \ No newline at end of file
+gem 'stringex'
+gem 'unicode_utils' \ No newline at end of file
diff --git a/Gemfile.lock b/Gemfile.lock
index f2fc737d..000eec9b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -42,6 +42,7 @@ GEM
sass (3.1.7)
stringex (1.3.0)
syntax (1.0.0)
+ unicode_utils (1.0.0)
PLATFORMS
ruby
@@ -58,3 +59,4 @@ DEPENDENCIES
rdiscount
rubypants
stringex
+ unicode_utils