aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2011-02-20 01:10:34 -0800
committerwycats <wycats@gmail.com>2011-02-20 01:10:34 -0800
commit89e6b193564075c89b1e0fc24b8184240ea6d324 (patch)
tree2c3bc9b80a00c53c8b0ef7a5d1fd2b601dcd7cea /Gemfile
parent511bf2a0505309c65bbf2ad9394e3c548762ea5d (diff)
downloadrails-89e6b193564075c89b1e0fc24b8184240ea6d324.tar.gz
rails-89e6b193564075c89b1e0fc24b8184240ea6d324.tar.bz2
rails-89e6b193564075c89b1e0fc24b8184240ea6d324.zip
Add tests for an FSSM backend for the file system watcher using the FSSM polling support.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 08399c2d27..7d8949409c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,6 +22,7 @@ end
# AS
gem "memcache-client", ">= 1.8.5"
+gem "fssm", "~> 0.2.5"
platforms :mri_18 do
gem "system_timer"