updated gemfile
This commit is contained in:
parent
5cdd9c6d09
commit
e78ddf5d72
4
Gemfile
4
Gemfile
@ -11,13 +11,13 @@ gem "css_parser", "~> 1.0.1"
|
||||
gem "rcov"
|
||||
gem "rubyzip"
|
||||
gem "livereload"
|
||||
gem "rb-fsevent"
|
||||
gem "rb-fsevent" if RUBY_PLATFORM ~= /darwin/
|
||||
|
||||
gem "ruby-prof" unless RUBY_PLATFORM == "java"
|
||||
|
||||
|
||||
gem 'autotest'
|
||||
gem 'autotest-fsevent'
|
||||
gem 'autotest-fsevent' if RUBY_PLATFORM ~= /darwin/
|
||||
gem 'fakefs', :git => 'git://github.com/johnbintz/fakefs.git'
|
||||
gem 'mocha'
|
||||
gem 'timecop'
|
||||
|
Loading…
Reference in New Issue
Block a user