Skip to content

Commit 4478662

Browse files
committed
Upgrade awesome_print and remove the ostruct patch. This fixes issue #297.
1 parent fbf9a6e commit 4478662

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

appium_lib.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515
s.require_paths = ['lib']
1616

1717
s.add_runtime_dependency 'selenium-webdriver', '~> 2.41', '>= 2.41.0'
18-
s.add_runtime_dependency 'awesome_print', '~> 1.2', '>= 1.2.0'
18+
s.add_runtime_dependency 'awesome_print', '~> 1.6', '>= 1.6.0'
1919
s.add_runtime_dependency 'json', '~> 1.8', '>= 1.8.1'
2020
s.add_runtime_dependency 'toml', '~> 0.0', '>= 0.0.4'
2121
s.add_runtime_dependency 'nokogiri', '~> 1.6.3.1'

lib/appium_lib/awesome_print/ostruct.rb

-33
This file was deleted.

lib/appium_lib/driver.rb

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
require 'selenium-webdriver'
44
require 'nokogiri'
55

6-
# patch ap
7-
require_relative 'awesome_print/ostruct'
8-
96
# common
107
require_relative 'common/helper'
118
require_relative 'common/wait'

0 commit comments

Comments
 (0)