Skip to content

Commit

Permalink
Merge pull request #152 from danielbayerlein/149-update-modular-scale
Browse files Browse the repository at this point in the history
Update Modular Scale - eliminated sass-cache "cant dump anonymous class" error from issue 149.
  • Loading branch information
scottkellum committed Dec 30, 2012
2 parents b2089f2 + f83b8af commit 4763964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Expand Up @@ -5,7 +5,7 @@ gem "sass", "~> 3.2.3"
gem "compass", :git => "git://github.com/chriseppstein/compass.git", :branch => "master" gem "compass", :git => "git://github.com/chriseppstein/compass.git", :branch => "master"
gem "susy", :path => "../" gem "susy", :path => "../"


gem "modular-scale", "~> 1.0.2" gem "modular-scale", "~> 1.0.3"
gem "redcarpet" gem "redcarpet"
gem "rack-codehighlighter", :git => "git://github.com/wbzyl/rack-codehighlighter.git" gem "rack-codehighlighter", :git => "git://github.com/wbzyl/rack-codehighlighter.git"
gem "pygments.rb" gem "pygments.rb"
4 changes: 2 additions & 2 deletions docs/Gemfile.lock
Expand Up @@ -76,7 +76,7 @@ GEM
middleman-more (>= 3.0.1) middleman-more (>= 3.0.1)
sprockets (~> 2.1, < 2.5) sprockets (~> 2.1, < 2.5)
sprockets-sass (~> 0.9.0) sprockets-sass (~> 0.9.0)
modular-scale (1.0.2) modular-scale (1.0.3)
compass (>= 0.11.5) compass (>= 0.11.5)
sassy-math (>= 1.2) sassy-math (>= 1.2)
multi_json (1.5.0) multi_json (1.5.0)
Expand Down Expand Up @@ -134,7 +134,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
compass! compass!
middleman (~> 3.0.7) middleman (~> 3.0.7)
modular-scale (~> 1.0.2) modular-scale (~> 1.0.3)
pygments.rb pygments.rb
rack-codehighlighter! rack-codehighlighter!
redcarpet redcarpet
Expand Down

0 comments on commit 4763964

Please sign in to comment.