Skip to content

Commit

Permalink
Remove dupes from the Gemfile
Browse files Browse the repository at this point in the history
They're already specified in the gemspec
  • Loading branch information
rmm5t committed Nov 11, 2024
1 parent 650c9d9 commit 34afbcc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34afbcc

Please sign in to comment.