Skip to content

Commit

Permalink
[rb] Add Gemfile.lock to the source tree
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Dec 11, 2022
1 parent 4fc37dc commit dc8bba9
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ GPATH
GRTAGS
GSYMS
GTAGS
Gemfile.lock
/rb/.bundle
/rb/.idea
.sonar/
Expand Down
104 changes: 104 additions & 0 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
PATH
remote: .
specs:
selenium-devtools (0.108.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.7.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)

GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
coderay (1.1.3)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
ffi (1.15.5-java)
hashdiff (1.0.1)
json (2.6.3)
json (2.6.3-java)
method_source (1.0.0)
parallel (1.22.1)
parser (3.1.3.0)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry (0.14.1-java)
coderay (~> 1.1)
method_source (~> 1.0)
spoon (~> 0.0)
public_suffix (5.0.1)
rack (2.2.4)
rainbow (3.1.1)
regexp_parser (2.6.1)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.40.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.23.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.24.0)
parser (>= 3.1.1.0)
rubocop-performance (1.15.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rspec (2.15.0)
rubocop (~> 1.33)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
spoon (0.0.6)
ffi
unicode-display_width (2.3.0)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.7.0)
websocket (1.2.9)
yard (0.9.28)
webrick (~> 1.7.0)

PLATFORMS
java
ruby
x64-mingw32

DEPENDENCIES
pry (~> 0.14)
rack (~> 2.0)
rspec (~> 3.0)
rubocop (~> 1.31)
rubocop-performance (~> 1.13)
rubocop-rspec (~> 2.12)
selenium-devtools!
selenium-webdriver!
webmock (~> 3.5)
webrick (~> 1.7)
yard (~> 0.9.11)

BUNDLED WITH
2.1.4

0 comments on commit dc8bba9

Please sign in to comment.