diff --git a/Gemfile b/Gemfile index 043b2baec2319..342a2470babfa 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ end gem "active_record_union", "~> 1.3" # Adds proper union and union_all methods to ActiveRecord::Relation gem "acts-as-taggable-on", "~> 7.0" # A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts gem "acts_as_follower", github: "forem/acts_as_follower", branch: "master" # Allow any model to follow any other model -gem "addressable", "~> 2.7" # A replacement for the URI implementation that is part of Ruby's standard library +gem "addressable", "~> 2.8" # A replacement for the URI implementation that is part of Ruby's standard library gem "ahoy_email", "~> 2.0.2" # Email analytics for Rails gem "ahoy_matey", "~> 3.2" # Tracking analytics for Rails gem "ancestry", "~> 4.0" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure diff --git a/Gemfile.lock b/Gemfile.lock index d253f786d0a63..dca5837ba3729 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,8 +84,8 @@ GEM zeitwerk (~> 2.3) acts-as-taggable-on (7.0.0) activerecord (>= 5.0, < 6.2) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ahoy_email (2.0.3) actionmailer (>= 5) addressable (>= 2.3.2) @@ -466,9 +466,9 @@ GEM http-2 (~> 0.11) netrc (0.11.0) nio4r (2.5.7) - nokogiri (1.11.3-x86_64-darwin) + nokogiri (1.13.8-x86_64-darwin) racc (~> 1.4) - nokogiri (1.11.3-x86_64-linux) + nokogiri (1.13.8-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -525,7 +525,7 @@ GEM pry (~> 0.13.0) pry-rails (0.3.9) pry (>= 0.10.4) - public_suffix (4.0.6) + public_suffix (5.0.0) puma (5.2.2) nio4r (~> 2.0) pundit (2.1.0) @@ -541,7 +541,7 @@ GEM rest-client (~> 2.0, >= 2.0.2) pusher-signature (0.1.8) raabro (1.4.0) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-attack (6.5.0) rack (>= 1.0, < 3) @@ -859,7 +859,7 @@ DEPENDENCIES active_record_union (~> 1.3) acts-as-taggable-on (~> 7.0) acts_as_follower! - addressable (~> 2.7) + addressable (~> 2.8) ahoy_email (~> 2.0.2) ahoy_matey (~> 3.2) amazing_print (~> 1.3) diff --git a/vendor/cache/addressable-2.7.0.gem b/vendor/cache/addressable-2.7.0.gem deleted file mode 100644 index 263158b34168e..0000000000000 Binary files a/vendor/cache/addressable-2.7.0.gem and /dev/null differ diff --git a/vendor/cache/addressable-2.8.1.gem b/vendor/cache/addressable-2.8.1.gem new file mode 100644 index 0000000000000..17e4257a826b1 Binary files /dev/null and b/vendor/cache/addressable-2.8.1.gem differ diff --git a/vendor/cache/nokogiri-1.11.3-arm64-darwin.gem b/vendor/cache/nokogiri-1.11.3-arm64-darwin.gem deleted file mode 100644 index d0fc46b4757eb..0000000000000 Binary files a/vendor/cache/nokogiri-1.11.3-arm64-darwin.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.11.3-x86_64-darwin.gem b/vendor/cache/nokogiri-1.11.3-x86_64-darwin.gem deleted file mode 100644 index d75c3c847248b..0000000000000 Binary files a/vendor/cache/nokogiri-1.11.3-x86_64-darwin.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.11.3-x86_64-linux.gem b/vendor/cache/nokogiri-1.11.3-x86_64-linux.gem deleted file mode 100644 index 8cdddb704280a..0000000000000 Binary files a/vendor/cache/nokogiri-1.11.3-x86_64-linux.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.13.8-x86_64-darwin.gem b/vendor/cache/nokogiri-1.13.8-x86_64-darwin.gem new file mode 100644 index 0000000000000..a5b14a4df4f9c Binary files /dev/null and b/vendor/cache/nokogiri-1.13.8-x86_64-darwin.gem differ diff --git a/vendor/cache/nokogiri-1.13.8-x86_64-linux.gem b/vendor/cache/nokogiri-1.13.8-x86_64-linux.gem new file mode 100644 index 0000000000000..a53c3762627f7 Binary files /dev/null and b/vendor/cache/nokogiri-1.13.8-x86_64-linux.gem differ diff --git a/vendor/cache/public_suffix-4.0.6.gem b/vendor/cache/public_suffix-4.0.6.gem deleted file mode 100644 index 6f183f4b3defa..0000000000000 Binary files a/vendor/cache/public_suffix-4.0.6.gem and /dev/null differ diff --git a/vendor/cache/public_suffix-5.0.0.gem b/vendor/cache/public_suffix-5.0.0.gem new file mode 100644 index 0000000000000..6b6ed52a5346c Binary files /dev/null and b/vendor/cache/public_suffix-5.0.0.gem differ diff --git a/vendor/cache/racc-1.5.2.gem b/vendor/cache/racc-1.5.2.gem deleted file mode 100644 index 39f03fa79c387..0000000000000 Binary files a/vendor/cache/racc-1.5.2.gem and /dev/null differ diff --git a/vendor/cache/racc-1.6.0.gem b/vendor/cache/racc-1.6.0.gem new file mode 100644 index 0000000000000..7015819f1d73a Binary files /dev/null and b/vendor/cache/racc-1.6.0.gem differ