updated gemfile

This commit is contained in:
Scott Davis 2011-04-26 22:00:46 -04:00
parent e78ddf5d72
commit f1061c474b

View File

@ -11,13 +11,13 @@ gem "css_parser", "~> 1.0.1"
gem "rcov"
gem "rubyzip"
gem "livereload"
gem "rb-fsevent" if RUBY_PLATFORM ~= /darwin/
gem "rb-fsevent" if RUBY_PLATFORM =~ /darwin/
gem "ruby-prof" unless RUBY_PLATFORM == "java"
gem 'autotest'
gem 'autotest-fsevent' if RUBY_PLATFORM ~= /darwin/
gem 'autotest-fsevent' if RUBY_PLATFORM =~ /darwin/
gem 'fakefs', :git => 'git://github.com/johnbintz/fakefs.git'
gem 'mocha'
gem 'timecop'