diff --git a/Gemfile b/Gemfile index cb3135b..b02355a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,6 @@ source 'https://rubygems.org' ruby '3.3.5' -gem 'acts-as-taggable-on' gem 'bootsnap', require: false gem 'csv' gem 'importmap-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 35e8250..34cdc5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,9 +72,6 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) 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) babel-source (5.8.35) babel-transpiler (0.7.0) @@ -315,7 +312,6 @@ PLATFORMS x86_64-linux DEPENDENCIES - acts-as-taggable-on bootsnap csv debug