Gemfile in superbot-capybara-1.0.0 vs Gemfile in superbot-capybara-1.0.1
- old
+ new
@@ -3,5 +3,13 @@
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# Specify your gem's dependencies in superbot-capybara.gemspec
gemspec
+
+def in_gem_install?
+ ENV["RUBYLIBDIR"] && ENV["RUBYARCHDIR"]
+end
+
+unless in_gem_install?
+ gem "superbot-selenium-webdriver", path: "../superbot-selenium-webdriver"
+end