android_tests/Gemfile in appium_lib-2.0.0 vs android_tests/Gemfile in appium_lib-2.1.0
- old
+ new
@@ -2 +1,2 @@
-eval File.read('../Gemfile')
+source 'https://rubygems.org'
+gemspec path: File.expand_path('../../', __FILE__) # __dir__ fails on 1.9
\ No newline at end of file