Skip to content

Commit 2522099

Browse files
committed
Add activemodel-serializers-xml to Gemfile
Rails 5 removed these features from core, instead using a seperate gem. rails/rails#21161
1 parent c9c7ef8 commit 2522099

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ gem "ruby-duration"
4343
gem "pg"
4444
gem "backup"
4545

46+
gem 'activemodel-serializers-xml'
47+
4648
# Redis and Background Processing
4749
gem "redis"
4850
gem "qless", github: "Shopify/qless"

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ GEM
4545
globalid (>= 0.3.6)
4646
activemodel (5.0.7.2)
4747
activesupport (= 5.0.7.2)
48+
activemodel-serializers-xml (1.0.3)
49+
activemodel (>= 5.0.0.a)
50+
activesupport (>= 5.0.0.a)
51+
builder (~> 3.1)
4852
activerecord (5.0.7.2)
4953
activemodel (= 5.0.7.2)
5054
activesupport (= 5.0.7.2)
@@ -421,6 +425,7 @@ PLATFORMS
421425
ruby
422426

423427
DEPENDENCIES
428+
activemodel-serializers-xml
424429
backup
425430
better_errors
426431
binding_of_caller

0 commit comments

Comments
 (0)