Skip to content

Commit

Permalink
Add Gemfile for compass dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tjschuck committed Jul 18, 2013
1 parent 3ce9adc commit 6f70f04
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem 'compass'
16 changes: 16 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
GEM
remote: https://rubygems.org/
specs:
chunky_png (1.2.8)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
fssm (0.2.10)
sass (3.2.9)

PLATFORMS
ruby

DEPENDENCIES
compass

0 comments on commit 6f70f04

Please sign in to comment.