diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-09-05 07:53:04 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-09-05 07:53:04 -0500 |
commit | c604af28da4de60c8e8354f1fe9bfb148cef09ed (patch) | |
tree | 06fa04c55d7b8ef05b0646e9dc5f67652a3c68d9 | |
parent | 7e976cbc60eff4810974ec1935e25eb1206907f4 (diff) | |
download | my_new_personal_website-c604af28da4de60c8e8354f1fe9bfb148cef09ed.tar.xz my_new_personal_website-c604af28da4de60c8e8354f1fe9bfb148cef09ed.zip |
removed unicode_utils as a dependency
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -11,4 +11,3 @@ gem 'compass', '>= 0.11' gem 'rubypants' gem 'rb-fsevent' gem 'stringex' -gem 'unicode_utils'
\ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 000eec9b..f2fc737d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,6 @@ GEM sass (3.1.7) stringex (1.3.0) syntax (1.0.0) - unicode_utils (1.0.0) PLATFORMS ruby @@ -59,4 +58,3 @@ DEPENDENCIES rdiscount rubypants stringex - unicode_utils |