File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ gem 'rspec', '~> 3.0'
8
8
gem 'rubocop' , '~> 1.35'
9
9
gem 'rubocop-rspec' , '~> 2.12'
10
10
gem 'selenium-webdriver' , '~> 4.0'
11
- gem 'webdrivers' , '~> 5.0 '
11
+ gem 'webdrivers' , '~> 5.1 '
12
12
gem 'ffi' , '~> 1.15' , '>= 1.15.5'
Original file line number Diff line number Diff line change 4
4
ast (2.4.2 )
5
5
childprocess (4.1.0 )
6
6
diff-lcs (1.5.0 )
7
+ ffi (1.15.5 )
7
8
json (2.6.2 )
8
9
nokogiri (1.13.8-x86_64-darwin )
9
10
racc (~> 1.4 )
23
24
rspec-mocks (~> 3.11.0 )
24
25
rspec-core (3.11.0 )
25
26
rspec-support (~> 3.11.0 )
26
- rspec-expectations (3.11.0 )
27
+ rspec-expectations (3.11.1 )
27
28
diff-lcs (>= 1.2.0 , < 2.0 )
28
29
rspec-support (~> 3.11.0 )
29
30
rspec-mocks (3.11.1 )
30
31
diff-lcs (>= 1.2.0 , < 2.0 )
31
32
rspec-support (~> 3.11.0 )
32
- rspec-support (3.11.0 )
33
- rubocop (1.35 .0 )
33
+ rspec-support (3.11.1 )
34
+ rubocop (1.36 .0 )
34
35
json (~> 2.3 )
35
36
parallel (~> 1.10 )
36
37
parser (>= 3.1.2.1 )
42
43
unicode-display_width (>= 1.4.0 , < 3.0 )
43
44
rubocop-ast (1.21.0 )
44
45
parser (>= 3.1.1.0 )
45
- rubocop-rspec (2.12 .1 )
46
- rubocop (~> 1.31 )
46
+ rubocop-rspec (2.13 .1 )
47
+ rubocop (~> 1.33 )
47
48
ruby-progressbar (1.11.0 )
48
49
rubyzip (2.3.2 )
49
50
selenium-webdriver (4.4.0 )
50
51
childprocess (>= 0.5 , < 5.0 )
51
52
rexml (~> 3.2 , >= 3.2.5 )
52
53
rubyzip (>= 1.2.2 , < 3.0 )
53
54
websocket (~> 1.0 )
54
- unicode-display_width (2.2 .0 )
55
- webdrivers (5.0 .0 )
55
+ unicode-display_width (2.3 .0 )
56
+ webdrivers (5.1 .0 )
56
57
nokogiri (~> 1.6 )
57
58
rubyzip (>= 1.3.0 )
58
59
selenium-webdriver (~> 4.0 )
@@ -64,12 +65,13 @@ PLATFORMS
64
65
x86_64-linux
65
66
66
67
DEPENDENCIES
68
+ ffi (~> 1.15 , >= 1.15.5 )
67
69
rake (~> 13.0 )
68
70
rspec (~> 3.0 )
69
71
rubocop (~> 1.35 )
70
72
rubocop-rspec (~> 2.12 )
71
73
selenium-webdriver (~> 4.0 )
72
- webdrivers (~> 5.0 )
74
+ webdrivers (~> 5.1 )
73
75
74
76
BUNDLED WITH
75
77
2.3.20
You can’t perform that action at this time.
0 commit comments