summaryrefslogtreecommitdiff
path: root/users/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'users/Gemfile')
-rw-r--r--users/Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/Gemfile b/users/Gemfile
index 81b0ae8..e30033a 100644
--- a/users/Gemfile
+++ b/users/Gemfile
@@ -3,6 +3,9 @@ source "http://rubygems.org"
eval(File.read(File.dirname(__FILE__) + '/../common_dependencies.rb'))
eval(File.read(File.dirname(__FILE__) + '/../ui_dependencies.rb'))
+# We require leap_web_core from here so we can use the path option.
+gem "leap_web_core", :path => '../core'
+
# Declare your gem's dependencies in leap_web_users.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.