Bump acts-as-taggable-on from 11.0.0 to 12.0.0
Bumps [acts-as-taggable-on](https://github.com/mbleigh/acts-as-taggable-on) from 11.0.0 to 12.0.0. - [Release notes](https://github.com/mbleigh/acts-as-taggable-on/releases) - [Changelog](https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md) - [Commits](https://github.com/mbleigh/acts-as-taggable-on/compare/v11.0.0...v12.0.0) --- updated-dependencies: - dependency-name: acts-as-taggable-on dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -4,7 +4,7 @@ ruby file: ".ruby-version"
|
|||||||
|
|
||||||
gem "rails", "7.1.5.1"
|
gem "rails", "7.1.5.1"
|
||||||
|
|
||||||
gem "acts-as-taggable-on", "~> 11.0.0"
|
gem "acts-as-taggable-on", "~> 12.0.0"
|
||||||
gem "acts_as_votable", "~> 0.14.0"
|
gem "acts_as_votable", "~> 0.14.0"
|
||||||
gem "ahoy_matey", "~> 5.4.0"
|
gem "ahoy_matey", "~> 5.4.0"
|
||||||
gem "airbrake", "~> 13.0.5"
|
gem "airbrake", "~> 13.0.5"
|
||||||
|
|||||||
10
Gemfile.lock
10
Gemfile.lock
@@ -79,8 +79,8 @@ GEM
|
|||||||
mutex_m
|
mutex_m
|
||||||
securerandom (>= 0.3)
|
securerandom (>= 0.3)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
acts-as-taggable-on (11.0.0)
|
acts-as-taggable-on (12.0.0)
|
||||||
activerecord (>= 7.0, < 8.0)
|
activerecord (>= 7.1, < 8.1)
|
||||||
zeitwerk (>= 2.4, < 3.0)
|
zeitwerk (>= 2.4, < 3.0)
|
||||||
acts_as_votable (0.14.0)
|
acts_as_votable (0.14.0)
|
||||||
addressable (2.8.7)
|
addressable (2.8.7)
|
||||||
@@ -110,7 +110,7 @@ GEM
|
|||||||
execjs (~> 2)
|
execjs (~> 2)
|
||||||
base64 (0.3.0)
|
base64 (0.3.0)
|
||||||
bcrypt (3.1.20)
|
bcrypt (3.1.20)
|
||||||
benchmark (0.4.0)
|
benchmark (0.4.1)
|
||||||
better_html (2.1.1)
|
better_html (2.1.1)
|
||||||
actionview (>= 6.0)
|
actionview (>= 6.0)
|
||||||
activesupport (>= 6.0)
|
activesupport (>= 6.0)
|
||||||
@@ -732,13 +732,13 @@ GEM
|
|||||||
wkhtmltopdf-binary (0.12.6.8)
|
wkhtmltopdf-binary (0.12.6.8)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
zeitwerk (2.7.2)
|
zeitwerk (2.7.3)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
acts-as-taggable-on (~> 11.0.0)
|
acts-as-taggable-on (~> 12.0.0)
|
||||||
acts_as_votable (~> 0.14.0)
|
acts_as_votable (~> 0.14.0)
|
||||||
ahoy_matey (~> 5.4.0)
|
ahoy_matey (~> 5.4.0)
|
||||||
airbrake (~> 13.0.5)
|
airbrake (~> 13.0.5)
|
||||||
|
|||||||
Reference in New Issue
Block a user