see if this makes rubinius happy.
This commit is contained in:
parent
d9e4054c7d
commit
2cafc616b6
10
Gemfile
10
Gemfile
@ -9,12 +9,10 @@ gem "compass-validator", "3.0.0"
|
|||||||
gem "css_parser", "~> 1.0.1"
|
gem "css_parser", "~> 1.0.1"
|
||||||
gem "sass", "~>3.1"
|
gem "sass", "~>3.1"
|
||||||
gem "haml", "~> 3.1"
|
gem "haml", "~> 3.1"
|
||||||
gem "rcov"
|
gem "rcov", :platform => :mri
|
||||||
gem "rubyzip"
|
gem "rubyzip"
|
||||||
gem "livereload"
|
gem "livereload"
|
||||||
gem "rb-fsevent" if RUBY_PLATFORM =~ /darwin/
|
gem "ruby-prof", :platform => :mri
|
||||||
|
|
||||||
gem "ruby-prof" unless RUBY_PLATFORM == "java"
|
|
||||||
|
|
||||||
gem 'autotest'
|
gem 'autotest'
|
||||||
gem 'autotest-fsevent' if RUBY_PLATFORM =~ /darwin/
|
gem 'autotest-fsevent' if RUBY_PLATFORM =~ /darwin/
|
||||||
@ -23,3 +21,7 @@ gem 'mocha'
|
|||||||
gem 'timecop'
|
gem 'timecop'
|
||||||
gem 'diff-lcs', '~> 1.1.2'
|
gem 'diff-lcs', '~> 1.1.2'
|
||||||
|
|
||||||
|
group :mac do
|
||||||
|
gem "rb-fsevent"
|
||||||
|
end
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ GIT
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
compass (0.11.1.6965005)
|
compass (0.11.1.d9e4054)
|
||||||
chunky_png (~> 1.1)
|
chunky_png (~> 1.1)
|
||||||
fssm (>= 0.2.7)
|
fssm (>= 0.2.7)
|
||||||
sass (~> 3.1)
|
sass (~> 3.1)
|
||||||
|
Loading…
Reference in New Issue
Block a user