Gemfile in superbot-capybara-1.0.1 vs Gemfile in superbot-capybara-1.0.2

- old
+ new

@@ -3,13 +3,8 @@ 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? +unless ENV['SUPERBOT_USE_RUBYGEMS'] == "yes" gem "superbot-selenium-webdriver", path: "../superbot-selenium-webdriver" end