Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ group :test do
gem 'recursive-open-struct'
end

gem 'addressable', '~> 2.7'
gem 'addressable', '~> 2.9'
gem 'mini_magick'

gem 'opensearch-ruby'
Expand Down
14 changes: 4 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ GEM
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
ansi-to-html (0.0.3)
anycable (1.6.0)
anycable-core (= 1.6.0)
Expand Down Expand Up @@ -506,12 +506,6 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rest-client (2.1.0-x64-mingw32)
ffi (~> 1.9)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
reverse_markdown (3.0.0)
nokogiri
rexml (3.4.1)
Expand Down Expand Up @@ -658,11 +652,11 @@ GEM
PLATFORMS
arm64-darwin-23
arm64-darwin-24
x64-mingw32
x64-mingw-ucrt
x86_64-linux

DEPENDENCIES
addressable (~> 2.7)
addressable (~> 2.9)
ansi-to-html
anycable-rails
aws-sdk-cloudfront
Expand Down
Loading