File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ Build targets:
207207| ` bazel build //rb:selenium-webdriver ` | Build selenium-webdriver Ruby gem |
208208| ` bazel run //rb:selenium-devtools-release ` | Build and push selenium-devtools gem to RubyGems |
209209| ` bazel run //rb:selenium-webdriver-release ` | Build and push selenium-webdriver gem to RubyGems |
210- | ` bazel run //rb:console ` | Start Pry REPL with all gems loaded |
210+ | ` bazel run //rb:console ` | Start REPL with all gems loaded |
211211| ` bazel run //rb:docs ` | Generate YARD docs |
212212| ` bazel run //rb:lint ` | Run RuboCop linter |
213213
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ rb_binary(
200200 "-rselenium/devtools" ,
201201 "-Irb/lib" ,
202202 ],
203- main = "@bundle//:bin/pry " ,
203+ main = "@bundle//:bin/irb " ,
204204 deps = [
205205 ":selenium-devtools" ,
206206 ":selenium-webdriver" ,
Original file line number Diff line number Diff line change 1414 addressable (2.8.1 )
1515 public_suffix (>= 2.0.2 , < 6.0 )
1616 ast (2.4.2 )
17- coderay (1.1.3 )
1817 crack (0.4.5 )
1918 rexml
2019 debug (1.7.2 )
2120 irb (>= 1.5.0 )
2221 reline (>= 0.3.1 )
2322 diff-lcs (1.5.0 )
24- ffi (1.15.5-java )
2523 hashdiff (1.0.1 )
2624 io-console (0.6.0 )
2725 io-console (0.6.0-java )
2826 irb (1.6.4 )
2927 reline (>= 0.3.0 )
3028 json (2.6.3 )
3129 json (2.6.3-java )
32- method_source (1.0.0 )
3330 parallel (1.22.1 )
3431 parser (3.1.3.0 )
3532 ast (~> 2.4.1 )
36- pry (0.14.1 )
37- coderay (~> 1.1 )
38- method_source (~> 1.0 )
39- pry (0.14.1-java )
40- coderay (~> 1.1 )
41- method_source (~> 1.0 )
42- spoon (~> 0.0 )
4333 public_suffix (5.0.1 )
4434 rack (2.2.5 )
4535 rainbow (3.1.1 )
7969 rubocop (~> 1.33 )
8070 ruby-progressbar (1.11.0 )
8171 rubyzip (2.3.2 )
82- spoon (0.0.6 )
83- ffi
8472 unicode-display_width (2.3.0 )
8573 webmock (3.18.1 )
8674 addressable (>= 2.8.0 )
@@ -99,7 +87,6 @@ PLATFORMS
9987
10088DEPENDENCIES
10189 debug (~> 1.7 )
102- pry (~> 0.14 )
10390 rack (~> 2.0 )
10491 rspec (~> 3.0 )
10592 rubocop (~> 1.42 )
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ Gem::Specification.new do |s|
5454 s . add_runtime_dependency 'websocket' , [ '~> 1.0' ]
5555
5656 s . add_development_dependency 'debug' , [ '~> 1.7' ]
57- s . add_development_dependency 'pry' , [ '~> 0.14' ]
5857 s . add_development_dependency 'rack' , [ '~> 2.0' ]
5958 s . add_development_dependency 'rspec' , [ '~> 3.0' ]
6059 s . add_development_dependency 'rubocop' , [ '~> 1.42' ]
You can’t perform that action at this time.
0 commit comments