Skip to content

Commit 7a55307

Browse files
aguspesandeepsuryaprasad
authored andcommitted
[rb] Remove java date dependency (SeleniumHQ#15122)
remove java date
1 parent ed0f992 commit 7a55307

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rb/Gemfile.lock

+1-4
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.1)
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)
@@ -41,7 +40,6 @@ GEM
4140
csv (3.3.2)
4241
curb (1.0.6)
4342
date (3.4.1)
44-
date (3.4.1-java)
4543
debug (1.10.0)
4644
irb (~> 1.10)
4745
reline (>= 0.3.8)
@@ -169,7 +167,6 @@ GEM
169167
tzinfo (2.0.6)
170168
concurrent-ruby (~> 1.0)
171169
unicode-display_width (2.6.0)
172-
uri (1.0.2)
173170
webmock (3.24.0)
174171
addressable (>= 2.8.0)
175172
crack (>= 0.3.2)

0 commit comments

Comments
 (0)