diff --git a/Gemfile b/Gemfile index f8be54514d5b6..6e1285d1cc1ce 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :production do end gem "active_record_union", "~> 1.3" # Adds proper union and union_all methods to ActiveRecord::Relation -gem "acts-as-taggable-on", "~> 6.5" # A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts +gem "acts-as-taggable-on", "~> 9.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 "ahoy_email", "~> 1.1" # Email analytics for Rails diff --git a/Gemfile.lock b/Gemfile.lock index d0f2eb938a470..814e60aa6f7f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,8 +80,8 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - acts-as-taggable-on (6.5.0) - activerecord (>= 5.0, < 6.1) + acts-as-taggable-on (9.0.0) + activerecord (>= 6.0, < 7.1) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) ahoy_email (1.1.0) @@ -191,7 +191,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.9) connection_pool (2.2.3) counter_culture (2.7.0) activerecord (>= 4.2) @@ -379,7 +379,7 @@ GEM httpclient (2.8.3) hypershield (0.2.2) activerecord (>= 5) - i18n (1.8.5) + i18n (1.8.11) concurrent-ruby (~> 1.0) ice_nine (0.11.2) image_processing (1.10.3) @@ -452,7 +452,7 @@ GEM mini_portile2 (2.4.0) mini_racer (0.3.1) libv8 (~> 8.4.255) - minitest (5.14.2) + minitest (5.15.0) msgpack (1.3.3) multi_json (1.15.0) multi_xml (0.6.0) @@ -819,7 +819,7 @@ GEM yard (>= 0.8.3) yard-activesupport-concern (0.0.1) yard (>= 0.8) - zeitwerk (2.4.2) + zeitwerk (2.5.3) zonebie (0.6.1) PLATFORMS @@ -827,7 +827,7 @@ PLATFORMS DEPENDENCIES active_record_union (~> 1.3) - acts-as-taggable-on (~> 6.5) + acts-as-taggable-on (~> 9.0) acts_as_follower! addressable (~> 2.7) ahoy_email (~> 1.1) diff --git a/vendor/cache/acts-as-taggable-on-6.5.0.gem b/vendor/cache/acts-as-taggable-on-6.5.0.gem deleted file mode 100644 index 0211871b26e1a..0000000000000 Binary files a/vendor/cache/acts-as-taggable-on-6.5.0.gem and /dev/null differ diff --git a/vendor/cache/acts-as-taggable-on-9.0.0.gem b/vendor/cache/acts-as-taggable-on-9.0.0.gem new file mode 100644 index 0000000000000..2d93ae3164e9d Binary files /dev/null and b/vendor/cache/acts-as-taggable-on-9.0.0.gem differ diff --git a/vendor/cache/concurrent-ruby-1.1.7.gem b/vendor/cache/concurrent-ruby-1.1.7.gem deleted file mode 100644 index ae9b3702ae66b..0000000000000 Binary files a/vendor/cache/concurrent-ruby-1.1.7.gem and /dev/null differ diff --git a/vendor/cache/concurrent-ruby-1.1.9.gem b/vendor/cache/concurrent-ruby-1.1.9.gem new file mode 100644 index 0000000000000..9ed64f26c74f4 Binary files /dev/null and b/vendor/cache/concurrent-ruby-1.1.9.gem differ diff --git a/vendor/cache/i18n-1.8.11.gem b/vendor/cache/i18n-1.8.11.gem new file mode 100644 index 0000000000000..b6ecc160098fd Binary files /dev/null and b/vendor/cache/i18n-1.8.11.gem differ diff --git a/vendor/cache/i18n-1.8.5.gem b/vendor/cache/i18n-1.8.5.gem deleted file mode 100644 index f5c89ea584187..0000000000000 Binary files a/vendor/cache/i18n-1.8.5.gem and /dev/null differ diff --git a/vendor/cache/libv8-8.4.255.0.gem b/vendor/cache/libv8-8.4.255.0.gem new file mode 100644 index 0000000000000..adf5a257e39d9 Binary files /dev/null and b/vendor/cache/libv8-8.4.255.0.gem differ diff --git a/vendor/cache/minitest-5.14.2.gem b/vendor/cache/minitest-5.14.2.gem deleted file mode 100644 index 66232f78f61da..0000000000000 Binary files a/vendor/cache/minitest-5.14.2.gem and /dev/null differ diff --git a/vendor/cache/minitest-5.15.0.gem b/vendor/cache/minitest-5.15.0.gem new file mode 100644 index 0000000000000..bb3c2475eea23 Binary files /dev/null and b/vendor/cache/minitest-5.15.0.gem differ diff --git a/vendor/cache/zeitwerk-2.4.2.gem b/vendor/cache/zeitwerk-2.4.2.gem deleted file mode 100644 index 8054e9466d232..0000000000000 Binary files a/vendor/cache/zeitwerk-2.4.2.gem and /dev/null differ diff --git a/vendor/cache/zeitwerk-2.5.3.gem b/vendor/cache/zeitwerk-2.5.3.gem new file mode 100644 index 0000000000000..12113cdece097 Binary files /dev/null and b/vendor/cache/zeitwerk-2.5.3.gem differ