Remove acts_as_taggable_on gem #82

Merged
bustikiller merged 4 commits from remove-acts-as-taggable into main 2024-11-02 08:54:23 +00:00
2 changed files with 0 additions and 5 deletions
Showing only changes of commit ea129602b5 - Show all commits

View File

@ -1,7 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '3.3.5' ruby '3.3.5'
gem 'acts-as-taggable-on'
gem 'bootsnap', require: false gem 'bootsnap', require: false
gem 'csv' gem 'csv'
gem 'importmap-rails' gem 'importmap-rails'

View File

@ -72,9 +72,6 @@ GEM
minitest (>= 5.1) minitest (>= 5.1)
securerandom (>= 0.3) securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5) tzinfo (~> 2.0, >= 2.0.5)
acts-as-taggable-on (11.0.0)
activerecord (>= 7.0, < 8.0)
zeitwerk (>= 2.4, < 3.0)
ast (2.4.2) ast (2.4.2)
babel-source (5.8.35) babel-source (5.8.35)
babel-transpiler (0.7.0) babel-transpiler (0.7.0)
@ -315,7 +312,6 @@ PLATFORMS
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES
acts-as-taggable-on
bootsnap bootsnap
csv csv
debug debug