Skip to content

Commit

Permalink
Remove XML serializer from a couple gemfiles missed previously
Browse files Browse the repository at this point in the history
It looks like I missed removing it when XMl was replaced with JSON
across our test suite in a793472.
  • Loading branch information
carlosantoniodasilva committed Jan 31, 2023
1 parent cddba28 commit 3632ddf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions gemfiles/Gemfile-rails-6-1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"

gem "activemodel-serializers-xml", github: "rails/activemodel-serializers-xml"

gem "rails-controller-testing", github: "rails/rails-controller-testing"

gem "responders", "~> 3.0"
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/Gemfile-rails-main
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"

gem "activemodel-serializers-xml", github: "rails/activemodel-serializers-xml"

gem "rails-controller-testing", github: "rails/rails-controller-testing"

gem "responders", "~> 3.0"
Expand Down

0 comments on commit 3632ddf

Please sign in to comment.