Set a fixed version for directory_watcher gem.

This commit is contained in:
Brandon Mathis 2013-08-29 11:49:00 -05:00
parent a604dce258
commit 3e1707d289

View File

@ -14,6 +14,7 @@ group :development do
gem 'rb-fsevent', '~> 0.9' gem 'rb-fsevent', '~> 0.9'
gem 'stringex', '~> 1.4.0' gem 'stringex', '~> 1.4.0'
gem 'liquid', '~> 2.3.0' gem 'liquid', '~> 2.3.0'
gem 'directory_watcher', '1.4.1'
end end
gem 'sinatra', '~> 1.4.2' gem 'sinatra', '~> 1.4.2'