project/Gemfile in Ifd_Mobile-0.1.7 vs project/Gemfile in Ifd_Mobile-0.1.8
- old
+ new
@@ -1,10 +1,12 @@
-source "http://www.rubygems.org"
-
-gem "rest-client"
-gem "rspec"
-gem "selenium-webdriver"
-gem "cucumber"
-gem "rspec-expectations"
-gem "appium_lib"
-gem "rack-utf8_sanitizer"
+source "http://www.rubygems.org"
+
+gem "rest-client"
+gem "rspec"
+gem "selenium-webdriver"
+gem "cucumber"
+gem "rspec-expectations"
+gem "appium_lib"
+gem "rack-utf8_sanitizer"
+gem "mysql2","> 0.3.18"
+gem "tiny_tds", ">0.6.3.rc2"
gem "Ifd_Mobile"
\ No newline at end of file