Skip to content

Commit a032201

Browse files
authored
Merge pull request #1922 from ggpasqualino/master
Make railties an optional dependency
2 parents 810efb8 + e8f055a commit a032201

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Fixes:
88

99
- [#1887](https://github.com/rails-api/active_model_serializers/pull/1887) Make the comment reflect what the function does (@johnnymo87)
1010
- [#1890](https://github.com/rails-api/active_model_serializers/issues/1890) Ensure generator inherits from ApplicationSerializer when available (@richmolj)
11+
- [#1922](https://github.com/rails-api/active_model_serializers/pull/1922) Make railtie an optional dependency in runtime (@ggpasqualino)
1112

1213
Features:
1314

active_model_serializers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
3131
# 'rack'
3232
# 'rack-test', '~> 0.6.2'
3333

34-
spec.add_runtime_dependency 'railties', rails_versions
34+
spec.add_development_dependency 'railties', rails_versions
3535
# 'activesupport', rails_versions
3636
# 'actionpack', rails_versions
3737
# 'rake', '>= 0.8.7'

0 commit comments

Comments
 (0)