Skip to content

Commit 3616493

Browse files
committed
Update Jruby version
1 parent e9c4698 commit 3616493

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

rb/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.1.6

rb/Gemfile.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PATH
1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
activesupport (8.0.0)
16+
activesupport (7.2.2.1)
1717
base64
1818
benchmark (>= 0.3)
1919
bigdecimal
@@ -25,7 +25,6 @@ GEM
2525
minitest (>= 5.1)
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
28-
uri (>= 0.13.1)
2928
addressable (2.8.7)
3029
public_suffix (>= 2.0.2, < 7.0)
3130
ast (2.4.2)
@@ -162,7 +161,6 @@ GEM
162161
tzinfo (2.0.6)
163162
concurrent-ruby (~> 1.0)
164163
unicode-display_width (2.6.0)
165-
uri (1.0.2)
166164
webmock (3.24.0)
167165
addressable (>= 2.8.0)
168166
crack (>= 0.3.2)

rb/selenium-devtools.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
2828
}
2929

3030
s.required_rubygems_version = Gem::Requirement.new('> 1.3.1') if s.respond_to? :required_rubygems_version=
31-
s.required_ruby_version = Gem::Requirement.new('>= 3.2')
31+
s.required_ruby_version = Gem::Requirement.new('>= 3.1')
3232

3333
s.files = [
3434
'LICENSE',

third_party/jruby/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jruby 9.4.5.0 (3.1.4) 2023-11-02 1abae2700f OpenJDK 64-Bit Server VM 17.0.7+7 on 17.0.7+7 +jit [x86_64-darwin]
1+
jruby 9.4.9.0 (3.1.4) 2024-11-04 547c6b150e OpenJDK 64-Bit Server VM 17.0.13+11-LTS on 17.0.13+11-LTS +jit [arm64-darwin]
99.4 KB
Binary file not shown.

third_party/jruby/update.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require "open-uri"
33
require "rake"
44

5-
version = "9.4.5.0"
5+
version = "9.4.9.0"
66
gems = {
77
"inifile" => "3.0.0",
88
"net-telnet" => "0.2.0",

0 commit comments

Comments
 (0)