summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 015c5ad..0bdea00 100644
--- a/Gemfile
+++ b/Gemfile
@@ -36,6 +36,11 @@ gem 'leap_web_help', :path => 'help'
gem 'couchrest_session_store'
+
+group :development, :test do
+ gem 'mocha'
+end
+
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'