Skip to content

Commit 60ea6d0

Browse files
committed
update ruby gem requirements
1 parent f2c2a0e commit 60ea6d0

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

examples/ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ gem 'rspec', '~> 3.0'
88
gem 'rubocop', '~> 1.35'
99
gem 'rubocop-rspec', '~> 2.12'
1010
gem 'selenium-webdriver', '~> 4.0'
11-
gem 'webdrivers', '~> 5.0'
11+
gem 'webdrivers', '~> 5.1'
1212
gem 'ffi', '~> 1.15', '>= 1.15.5'

examples/ruby/Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ GEM
44
ast (2.4.2)
55
childprocess (4.1.0)
66
diff-lcs (1.5.0)
7+
ffi (1.15.5)
78
json (2.6.2)
89
nokogiri (1.13.8-x86_64-darwin)
910
racc (~> 1.4)
@@ -23,14 +24,14 @@ GEM
2324
rspec-mocks (~> 3.11.0)
2425
rspec-core (3.11.0)
2526
rspec-support (~> 3.11.0)
26-
rspec-expectations (3.11.0)
27+
rspec-expectations (3.11.1)
2728
diff-lcs (>= 1.2.0, < 2.0)
2829
rspec-support (~> 3.11.0)
2930
rspec-mocks (3.11.1)
3031
diff-lcs (>= 1.2.0, < 2.0)
3132
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)
3435
json (~> 2.3)
3536
parallel (~> 1.10)
3637
parser (>= 3.1.2.1)
@@ -42,17 +43,17 @@ GEM
4243
unicode-display_width (>= 1.4.0, < 3.0)
4344
rubocop-ast (1.21.0)
4445
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)
4748
ruby-progressbar (1.11.0)
4849
rubyzip (2.3.2)
4950
selenium-webdriver (4.4.0)
5051
childprocess (>= 0.5, < 5.0)
5152
rexml (~> 3.2, >= 3.2.5)
5253
rubyzip (>= 1.2.2, < 3.0)
5354
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)
5657
nokogiri (~> 1.6)
5758
rubyzip (>= 1.3.0)
5859
selenium-webdriver (~> 4.0)
@@ -64,12 +65,13 @@ PLATFORMS
6465
x86_64-linux
6566

6667
DEPENDENCIES
68+
ffi (~> 1.15, >= 1.15.5)
6769
rake (~> 13.0)
6870
rspec (~> 3.0)
6971
rubocop (~> 1.35)
7072
rubocop-rspec (~> 2.12)
7173
selenium-webdriver (~> 4.0)
72-
webdrivers (~> 5.0)
74+
webdrivers (~> 5.1)
7375

7476
BUNDLED WITH
7577
2.3.20

0 commit comments

Comments
 (0)