Skip to content

Commit

Permalink
updates gem dep to compass-normalize, not normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Whitton committed Dec 17, 2014
1 parent 1e17303 commit 50ca6e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'
gem 'compass'
gem 'normalize'
gem 'compass-normalize'
21 changes: 3 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.21)
activesupport (= 3.2.21)
builder (~> 3.0.0)
activerecord (3.2.21)
activemodel (= 3.2.21)
activesupport (= 3.2.21)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.21)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
arel (3.0.3)
builder (3.0.4)
chunky_png (1.3.3)
compass (1.0.1)
chunky_png (~> 1.2)
Expand All @@ -27,20 +14,18 @@ GEM
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
compass-normalize (1.5)
compass (>= 0.12.0)
ffi (1.9.6)
i18n (0.6.11)
multi_json (1.10.1)
normalize (0.0.3)
activerecord (~> 3.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
sass (3.4.9)
tzinfo (0.3.42)

PLATFORMS
ruby

DEPENDENCIES
compass
normalize
compass-normalize

0 comments on commit 50ca6e8

Please sign in to comment.