Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Modular Scale - eliminated sass-cache "cant dump anonymous class" error from issue 149. #152

Merged
merged 1 commit into from Dec 30, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 "susy", :path => "../"

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