From 1ace6e1f5c4e248f1e20f0b11508252e94718b7b Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Mon, 11 Nov 2024 11:30:43 -0700 Subject: [PATCH] Remove dupes from the Gemfile They're already specified in the gemspec --- Gemfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1a2b64d..3928a9d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,9 +2,6 @@ source "https://rubygems.org" gemspec :development_group => :test -gem "activemodel", "~> 7.2.0" -gem "activesupport", "~> 7.2.0" -gem "actionpack", "~> 7.2.0" gem "activemodel-serializers-xml", :group => :test gem "rexml", :group => :test gem "protected_attributes_continued", :group => :test