Skip to content

Commit

Permalink
downgrade addressable to 2.8.1
Browse files Browse the repository at this point in the history
There seems to be a super old monkey patch in postrank that messes
with the normalize method, starting at 2.8.2 version. Until postrank
fixes that we can only go up to 2.8.1

relevant links:
sporkmonger/addressable#513
sporkmonger/addressable#506
postrank-labs/postrank-uri#49
  • Loading branch information
vasconsaurus committed Jul 18, 2023
1 parent e7b7982 commit 6af1098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group :development do
end
group :test do
gem 'parallel_tests'
gem "mocha", "~> 1.14.0", require: false
gem "mocha", '~> 1.14.0', require: false
gem 'simplecov', '0.13.0', require: false
gem 'simplecov-console', require: false
gem 'codeclimate-test-reporter', '1.0.8', group: :test, require: nil
Expand Down Expand Up @@ -73,7 +73,7 @@ gem 'opentelemetry-instrumentation-rack'
gem 'opentelemetry-instrumentation-rails'
gem 'opentelemetry-instrumentation-rake'
gem 'opentelemetry-instrumentation-sidekiq'
gem 'addressable'
gem 'addressable', '2.8.1'
# Adding this removes some deprecation warnings, caused by double-loading of the net-protocol library
# (see https://github.com/ruby/net-imap/issues/16). We *might* be able to remove this after upgrading to Ruby 3
gem 'net-http'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.4)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ansi (1.5.0)
awesome_print (1.9.2)
Expand Down Expand Up @@ -450,7 +450,7 @@ PLATFORMS
ruby

DEPENDENCIES
addressable
addressable (= 2.8.1)
awesome_print
aws-sdk-s3
byebug
Expand Down

0 comments on commit 6af1098

Please sign in to comment.