aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2013-08-29 11:49:00 -0500
committerBrandon Mathis <brandon@imathis.com>2013-08-29 11:49:00 -0500
commit3e1707d289b557d794bfaacbb6682a008223d4c9 (patch)
treedd4fa6d1dccbc948150ea181401b5129b61151cd
parenta604dce25826ab31846064f9799f0c0e8197dac4 (diff)
downloadmy_new_personal_website-3e1707d289b557d794bfaacbb6682a008223d4c9.tar.xz
my_new_personal_website-3e1707d289b557d794bfaacbb6682a008223d4c9.zip
Set a fixed version for directory_watcher gem.
Diffstat (limited to '')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9c178727..cd8ce578 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,6 +14,7 @@ group :development do
gem 'rb-fsevent', '~> 0.9'
gem 'stringex', '~> 1.4.0'
gem 'liquid', '~> 2.3.0'
+ gem 'directory_watcher', '1.4.1'
end
gem 'sinatra', '~> 1.4.2'