Skip to content

Commit

Permalink
Re-lock URI at < 2.0.0
Browse files Browse the repository at this point in the history
This will allow us to update the bulk of gems while
we work on the URI update separately
  • Loading branch information
colinbruce committed Nov 22, 2024
1 parent fd0b24c commit 508c2c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ gem "strong_migrations"
# this in turn broke CookieJar, a deprecated gem, that is used in em-http-request, that is
# required by puffing-billy. Rather than strip out puffing-billy or wait weeks for the
# maintainers of upstream gems to agree a path, we are locking this below the breaking change
gem "uri", "< 2.0.0"
gem "uri", "< 1.0.0"

group :development, :test do
gem "awesome_print", "~> 1.9.2"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ GEM
tzinfo (>= 1.0.0)
uber (0.1.0)
unicode-display_width (2.6.0)
uri (1.0.2)
uri (0.13.1)
useragent (0.16.10)
vcr (6.3.1)
base64
Expand Down Expand Up @@ -851,7 +851,7 @@ DEPENDENCIES
super_diff
table_print
tzinfo-data
uri (< 2.0.0)
uri (< 1.0.0)
vcr
view_component
webdack-uuid_migration (~> 1.5.0)
Expand Down

0 comments on commit 508c2c8

Please sign in to comment.