Skip to content

Commit

Permalink
Update uri from 0.12.3 to 0.13.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
philippthun committed Jan 24, 2025
1 parent b30ea21 commit 42e1001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ gem 'statsd-ruby', '~> 1.5.0'
gem 'steno'
gem 'talentbox-delayed_job_sequel', '~> 4.3.0'
gem 'thin'
gem 'uri', '~> 0.13'
gem 'vmstat', '~> 2.3'

# Rails Components
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
uri (0.13.1)
useragent (0.16.11)
vhd (0.0.4)
bit-struct
Expand Down Expand Up @@ -673,6 +673,7 @@ DEPENDENCIES
talentbox-delayed_job_sequel (~> 4.3.0)
thin
timecop
uri (~> 0.13)
vmstat (~> 2.3)
webmock (> 2.3.1)

Expand Down

0 comments on commit 42e1001

Please sign in to comment.