Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6f4cd16

Browse files
authored
Bumping ruby examples to 4.8.0 (#1293)
1 parent 5a8c167 commit 6f4cd16

File tree

2 files changed

+25
-19
lines changed

2 files changed

+25
-19
lines changed

‎examples/ruby/Gemfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ gem 'rake', '~> 13.0'
77
gem 'rspec', '~> 3.0'
88
gem 'rubocop', '~> 1.35'
99
gem 'rubocop-rspec', '~> 2.12'
10-
gem 'selenium-webdriver', '= 4.7.1'
10+
gem 'selenium-webdriver', '= 4.8.0'
1111
gem 'webdrivers', '~> 5.1'
1212
gem 'ffi', '~> 1.15', '>= 1.15.5'

‎examples/ruby/Gemfile.lock‎

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,60 +4,66 @@ GEM
44
ast (2.4.2)
55
diff-lcs (1.5.0)
66
ffi (1.15.5)
7-
json (2.6.2)
8-
nokogiri (1.13.10-x86_64-darwin)
7+
json (2.6.3)
8+
nokogiri (1.14.0-arm64-darwin)
99
racc (~> 1.4)
10-
nokogiri (1.13.10-x86_64-linux)
10+
nokogiri (1.14.0-x86_64-darwin)
11+
racc (~> 1.4)
12+
nokogiri (1.14.0-x86_64-linux)
1113
racc (~> 1.4)
1214
parallel (1.22.1)
13-
parser (3.1.3.0)
15+
parser (3.2.0.0)
1416
ast (~> 2.4.1)
15-
racc (1.6.1)
17+
racc (1.6.2)
1618
rainbow (3.1.1)
1719
rake (13.0.6)
18-
regexp_parser (2.6.1)
20+
regexp_parser (2.6.2)
1921
rexml (3.2.5)
2022
rspec (3.12.0)
2123
rspec-core (~> 3.12.0)
2224
rspec-expectations (~> 3.12.0)
2325
rspec-mocks (~> 3.12.0)
2426
rspec-core (3.12.0)
2527
rspec-support (~> 3.12.0)
26-
rspec-expectations (3.12.0)
28+
rspec-expectations (3.12.2)
2729
diff-lcs (>= 1.2.0, < 2.0)
2830
rspec-support (~> 3.12.0)
29-
rspec-mocks (3.12.0)
31+
rspec-mocks (3.12.3)
3032
diff-lcs (>= 1.2.0, < 2.0)
3133
rspec-support (~> 3.12.0)
3234
rspec-support (3.12.0)
33-
rubocop (1.39.0)
35+
rubocop (1.44.0)
3436
json (~> 2.3)
3537
parallel (~> 1.10)
36-
parser (>= 3.1.2.1)
38+
parser (>= 3.2.0.0)
3739
rainbow (>= 2.2.2, < 4.0)
3840
regexp_parser (>= 1.8, < 3.0)
3941
rexml (>= 3.2.5, < 4.0)
40-
rubocop-ast (>= 1.23.0, < 2.0)
42+
rubocop-ast (>= 1.24.1, < 2.0)
4143
ruby-progressbar (~> 1.7)
42-
unicode-display_width (>= 1.4.0, < 3.0)
43-
rubocop-ast (1.24.0)
44+
unicode-display_width (>= 2.4.0, < 3.0)
45+
rubocop-ast (1.24.1)
4446
parser (>= 3.1.1.0)
45-
rubocop-rspec (2.15.0)
47+
rubocop-capybara (2.17.0)
48+
rubocop (~> 1.41)
49+
rubocop-rspec (2.18.1)
4650
rubocop (~> 1.33)
51+
rubocop-capybara (~> 2.17)
4752
ruby-progressbar (1.11.0)
4853
rubyzip (2.3.2)
49-
selenium-webdriver (4.7.1)
54+
selenium-webdriver (4.8.0)
5055
rexml (~> 3.2, >= 3.2.5)
5156
rubyzip (>= 1.2.2, < 3.0)
5257
websocket (~> 1.0)
53-
unicode-display_width (2.3.0)
58+
unicode-display_width (2.4.2)
5459
webdrivers (5.2.0)
5560
nokogiri (~> 1.6)
5661
rubyzip (>= 1.3.0)
5762
selenium-webdriver (~> 4.0)
5863
websocket (1.2.9)
5964

6065
PLATFORMS
66+
arm64-darwin-21
6167
x86_64-darwin-19
6268
x86_64-darwin-20
6369
x86_64-linux
@@ -68,8 +74,8 @@ DEPENDENCIES
6874
rspec (~> 3.0)
6975
rubocop (~> 1.35)
7076
rubocop-rspec (~> 2.12)
71-
selenium-webdriver (= 4.7.1)
77+
selenium-webdriver (= 4.8.0)
7278
webdrivers (~> 5.1)
7379

7480
BUNDLED WITH
75-
2.3.20
81+
2.3.11

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /