File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ gem 'rake', '~> 13.0'
77gem 'rspec' , '~> 3.0'
88gem 'rubocop' , '~> 1.35'
99gem 'rubocop-rspec' , '~> 3.0'
10- gem 'selenium-devtools' , '= 0.134 .0'
11- gem 'selenium-webdriver' , '= 4.30.1 '
10+ gem 'selenium-devtools' , '= 0.132 .0'
11+ gem 'selenium-webdriver' , '= 4.28.0 '
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- ast (2.4.2 )
4+ ast (2.4.3 )
55 base64 (0.2.0 )
66 diff-lcs (1.5.1 )
7- json (2.10.1 )
7+ json (2.10.2 )
88 language_server-protocol (3.17.0.4 )
99 lint_roller (1.1.0 )
1010 logger (1.6.6 )
1111 parallel (1.26.3 )
12- parser (3.3.7.1 )
12+ parser (3.3.7.4 )
1313 ast (~> 2.4.1 )
1414 racc
15+ prism (1.4.0 )
1516 racc (1.8.1 )
1617 rainbow (3.1.1 )
1718 rake (13.2.1 )
3031 diff-lcs (>= 1.2.0 , < 2.0 )
3132 rspec-support (~> 3.13.0 )
3233 rspec-support (3.13.0 )
33- rubocop (1.72.2 )
34+ rubocop (1.75.1 )
3435 json (~> 2.3 )
3536 language_server-protocol (~> 3.17.0.2 )
3637 lint_roller (~> 1.1.0 )
3738 parallel (~> 1.10 )
3839 parser (>= 3.3.0.2 )
3940 rainbow (>= 2.2.2 , < 4.0 )
4041 regexp_parser (>= 2.9.3 , < 3.0 )
41- rubocop-ast (>= 1.38 .0 , < 2.0 )
42+ rubocop-ast (>= 1.43 .0 , < 2.0 )
4243 ruby-progressbar (~> 1.7 )
4344 unicode-display_width (>= 2.4.0 , < 4.0 )
44- rubocop-ast (1.38.0 )
45- parser (>= 3.3.1.0 )
45+ rubocop-ast (1.43.0 )
46+ parser (>= 3.3.7.2 )
47+ prism (~> 1.4 )
4648 rubocop-rspec (3.5.0 )
4749 lint_roller (~> 1.1 )
4850 rubocop (~> 1.72 , >= 1.72.1 )
4951 ruby-progressbar (1.13.0 )
5052 rubyzip (2.4.1 )
51- selenium-devtools (0.134 .0 )
53+ selenium-devtools (0.132 .0 )
5254 selenium-webdriver (~> 4.2 )
53- selenium-webdriver (4.30.1 )
55+ selenium-webdriver (4.28.0 )
5456 base64 (~> 0.2 )
5557 logger (~> 1.4 )
5658 rexml (~> 3.2 , >= 3.2.5 )
@@ -74,8 +76,8 @@ DEPENDENCIES
7476 rspec (~> 3.0 )
7577 rubocop (~> 1.35 )
7678 rubocop-rspec (~> 3.0 )
77- selenium-devtools (= 0.134 .0 )
78- selenium-webdriver (= 4.30.1 )
79+ selenium-devtools (= 0.132 .0 )
80+ selenium-webdriver (= 4.28.0 )
7981
8082BUNDLED WITH
8183 2.5.6
You can’t perform that action at this time.
0 commit comments