diff --git a/Gemfile b/Gemfile index e995bb7e0..6586ed800 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.1.2" +gem "auto_strip_attributes" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem "rails", "~> 7.0.2" # Use postgresql as the database for Active Record @@ -55,7 +56,6 @@ gem "redis" gem "sentry-rails" gem "sentry-ruby" # Possessives in strings -gem "auto_strip_attributes" gem "possessive" group :development, :test do