File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Release tags are https://github.com/appium/ruby_lib/releases .
9
9
### 2. Bug fixes
10
10
11
11
### 3. Deprecations
12
+ - Remove auto ` Pry.config.pager ` off
13
+ - Please turn it off if you needed. https://github.com/pry/pry/wiki/Customization-and-configuration#Config_pager
12
14
13
15
## v10.5.0
14
16
### 1. Enhancements
Original file line number Diff line number Diff line change @@ -849,11 +849,3 @@ def x
849
849
end
850
850
end # class Driver
851
851
end # module Appium
852
-
853
- # Paging in Pry is annoying :q required to exit.
854
- # With pager disabled, the output is similar to IRB
855
- # Only set if Pry is defined and there is no `.pryrc` files.
856
- if defined? ( Pry ) && !( File . exist? ( Pry ::HOME_RC_FILE ) || File . exist? ( Pry ::LOCAL_RC_FILE ) )
857
- Appium ::Logger . debug 'Pry.config.pager = false is set.'
858
- Pry . config . pager = false
859
- end
You can’t perform that action at this time.
0 commit comments