Skip to content

Commit e122e25

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 c99a993 commit e122e25

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
@@ -569,7 +569,7 @@ GEM
569569
unicode-display_width (3.1.4)
570570
unicode-emoji (~> 4.0, >= 4.0.4)
571571
unicode-emoji (4.0.4)
572-
uri (1.0.2)
572+
uri (0.13.1)
573573
useragent (0.16.11)
574574
vhd (0.0.4)
575575
bit-struct
@@ -676,6 +676,7 @@ DEPENDENCIES
676676
talentbox-delayed_job_sequel (~> 4.3.0)
677677
thin
678678
timecop
679+
uri (~> 0.13)
679680
vmstat (~> 2.3)
680681
webmock (> 2.3.1)
681682

0 commit comments

Comments
 (0)