Skip to content

Commit dc8bba9

Browse files
committed
1 parent 4fc37dc commit dc8bba9

File tree

2 files changed

+104
-1
lines changed

2 files changed

+104
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ GPATH
101101
GRTAGS
102102
GSYMS
103103
GTAGS
104-
Gemfile.lock
105104
/rb/.bundle
106105
/rb/.idea
107106
.sonar/

rb/Gemfile.lock

+104
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
PATH
2+
remote: .
3+
specs:
4+
selenium-devtools (0.108.0)
5+
selenium-webdriver (~> 4.2)
6+
selenium-webdriver (4.7.1)
7+
rexml (~> 3.2, >= 3.2.5)
8+
rubyzip (>= 1.2.2, < 3.0)
9+
websocket (~> 1.0)
10+
11+
GEM
12+
remote: https://rubygems.org/
13+
specs:
14+
addressable (2.8.1)
15+
public_suffix (>= 2.0.2, < 6.0)
16+
ast (2.4.2)
17+
coderay (1.1.3)
18+
crack (0.4.5)
19+
rexml
20+
diff-lcs (1.5.0)
21+
ffi (1.15.5-java)
22+
hashdiff (1.0.1)
23+
json (2.6.3)
24+
json (2.6.3-java)
25+
method_source (1.0.0)
26+
parallel (1.22.1)
27+
parser (3.1.3.0)
28+
ast (~> 2.4.1)
29+
pry (0.14.1)
30+
coderay (~> 1.1)
31+
method_source (~> 1.0)
32+
pry (0.14.1-java)
33+
coderay (~> 1.1)
34+
method_source (~> 1.0)
35+
spoon (~> 0.0)
36+
public_suffix (5.0.1)
37+
rack (2.2.4)
38+
rainbow (3.1.1)
39+
regexp_parser (2.6.1)
40+
rexml (3.2.5)
41+
rspec (3.12.0)
42+
rspec-core (~> 3.12.0)
43+
rspec-expectations (~> 3.12.0)
44+
rspec-mocks (~> 3.12.0)
45+
rspec-core (3.12.0)
46+
rspec-support (~> 3.12.0)
47+
rspec-expectations (3.12.0)
48+
diff-lcs (>= 1.2.0, < 2.0)
49+
rspec-support (~> 3.12.0)
50+
rspec-mocks (3.12.1)
51+
diff-lcs (>= 1.2.0, < 2.0)
52+
rspec-support (~> 3.12.0)
53+
rspec-support (3.12.0)
54+
rubocop (1.40.0)
55+
json (~> 2.3)
56+
parallel (~> 1.10)
57+
parser (>= 3.1.2.1)
58+
rainbow (>= 2.2.2, < 4.0)
59+
regexp_parser (>= 1.8, < 3.0)
60+
rexml (>= 3.2.5, < 4.0)
61+
rubocop-ast (>= 1.23.0, < 2.0)
62+
ruby-progressbar (~> 1.7)
63+
unicode-display_width (>= 1.4.0, < 3.0)
64+
rubocop-ast (1.24.0)
65+
parser (>= 3.1.1.0)
66+
rubocop-performance (1.15.1)
67+
rubocop (>= 1.7.0, < 2.0)
68+
rubocop-ast (>= 0.4.0)
69+
rubocop-rspec (2.15.0)
70+
rubocop (~> 1.33)
71+
ruby-progressbar (1.11.0)
72+
rubyzip (2.3.2)
73+
spoon (0.0.6)
74+
ffi
75+
unicode-display_width (2.3.0)
76+
webmock (3.18.1)
77+
addressable (>= 2.8.0)
78+
crack (>= 0.3.2)
79+
hashdiff (>= 0.4.0, < 2.0.0)
80+
webrick (1.7.0)
81+
websocket (1.2.9)
82+
yard (0.9.28)
83+
webrick (~> 1.7.0)
84+
85+
PLATFORMS
86+
java
87+
ruby
88+
x64-mingw32
89+
90+
DEPENDENCIES
91+
pry (~> 0.14)
92+
rack (~> 2.0)
93+
rspec (~> 3.0)
94+
rubocop (~> 1.31)
95+
rubocop-performance (~> 1.13)
96+
rubocop-rspec (~> 2.12)
97+
selenium-devtools!
98+
selenium-webdriver!
99+
webmock (~> 3.5)
100+
webrick (~> 1.7)
101+
yard (~> 0.9.11)
102+
103+
BUNDLED WITH
104+
2.1.4

0 commit comments

Comments
 (0)