see if this makes rubinius happy.

This commit is contained in:
Chris Eppstein 2011-04-28 22:02:51 -07:00
parent d9e4054c7d
commit 2cafc616b6
2 changed files with 7 additions and 5 deletions

10
Gemfile
View File

@ -9,12 +9,10 @@ gem "compass-validator", "3.0.0"
gem "css_parser", "~> 1.0.1"
gem "sass", "~>3.1"
gem "haml", "~> 3.1"
gem "rcov"
gem "rcov", :platform => :mri
gem "rubyzip"
gem "livereload"
gem "rb-fsevent" if RUBY_PLATFORM =~ /darwin/
gem "ruby-prof" unless RUBY_PLATFORM == "java"
gem "ruby-prof", :platform => :mri
gem 'autotest'
gem 'autotest-fsevent' if RUBY_PLATFORM =~ /darwin/
@ -23,3 +21,7 @@ gem 'mocha'
gem 'timecop'
gem 'diff-lcs', '~> 1.1.2'
group :mac do
gem "rb-fsevent"
end

View File

@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
compass (0.11.1.6965005)
compass (0.11.1.d9e4054)
chunky_png (~> 1.1)
fssm (>= 0.2.7)
sass (~> 3.1)