Skip to content

Commit

Permalink
[rb] Remove java date dependency (#15122)
Browse files Browse the repository at this point in the history
remove java date
  • Loading branch information
aguspe authored Jan 20, 2025
1 parent 58eec44 commit e509cc3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.1)
activesupport (7.2.2.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -25,7 +25,6 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
Expand All @@ -41,7 +40,6 @@ GEM
csv (3.3.2)
curb (1.0.6)
date (3.4.1)
date (3.4.1-java)
debug (1.10.0)
irb (~> 1.10)
reline (>= 0.3.8)
Expand Down Expand Up @@ -169,7 +167,6 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.2)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down

0 comments on commit e509cc3

Please sign in to comment.