Skip to content

Commit

Permalink
Merge pull request #3077 from TracksApp/dependabot/bundler/activemode…
Browse files Browse the repository at this point in the history
…l-serializers-xml-1.0.3

Bump activemodel-serializers-xml from 1.0.2 to 1.0.3
  • Loading branch information
ZeiP authored Oct 28, 2024
2 parents 477dd97 + 5682a38 commit 5243a0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'actionpack-xml_parser', '~> 2.0'
gem 'activemodel-serializers-xml', '~> 1.0.1'
gem 'activemodel-serializers-xml', '~> 1.0.3'

gem 'rails', '~> 6.1'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ GEM
globalid (>= 0.3.6)
activemodel (6.1.7.9)
activesupport (= 6.1.7.9)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
activemodel-serializers-xml (1.0.3)
activemodel (>= 5.0.0.a)
activesupport (>= 5.0.0.a)
builder (~> 3.1)
activerecord (6.1.7.9)
activemodel (= 6.1.7.9)
Expand Down Expand Up @@ -345,7 +345,7 @@ DEPENDENCIES
RedCloth
aasm (~> 5.5.0)
actionpack-xml_parser (~> 2.0)
activemodel-serializers-xml (~> 1.0.1)
activemodel-serializers-xml (~> 1.0.3)
acts_as_list
bcrypt (~> 3.1.20)
bootstrap-sass (= 3.4.1)
Expand Down

0 comments on commit 5243a0a

Please sign in to comment.