Skip to content

Commit 42e1001

Browse files
committed
Update uri from 0.12.3 to 0.13.1
The activesupport gem needs uri >= 0.13.1, but Ruby 3.2 includes uri 0.12.3. As switching to the latest uri version (1.0.2) causes several test failures, we stick to the minimal required version 0.13.1. In Ruby 3.3 uri 0.13.1 will be included, but Ruby 3.4 will update to >1, so additional work needs to be done for this Ruby update.
1 parent b30ea21 commit 42e1001

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ gem 'statsd-ruby', '~> 1.5.0'
4141
gem 'steno'
4242
gem 'talentbox-delayed_job_sequel', '~> 4.3.0'
4343
gem 'thin'
44+
gem 'uri', '~> 0.13'
4445
gem 'vmstat', '~> 2.3'
4546

4647
# Rails Components

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ GEM
566566
unicode-display_width (3.1.4)
567567
unicode-emoji (~> 4.0, >= 4.0.4)
568568
unicode-emoji (4.0.4)
569-
uri (1.0.2)
569+
uri (0.13.1)
570570
useragent (0.16.11)
571571
vhd (0.0.4)
572572
bit-struct
@@ -673,6 +673,7 @@ DEPENDENCIES
673673
talentbox-delayed_job_sequel (~> 4.3.0)
674674
thin
675675
timecop
676+
uri (~> 0.13)
676677
vmstat (~> 2.3)
677678
webmock (> 2.3.1)
678679

0 commit comments

Comments
 (0)