mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Merge pull request #1922 from ggpasqualino/master
Make railties an optional dependency
This commit is contained in:
commit
a032201a91
@ -8,6 +8,7 @@ Fixes:
|
|||||||
|
|
||||||
- [#1887](https://github.com/rails-api/active_model_serializers/pull/1887) Make the comment reflect what the function does (@johnnymo87)
|
- [#1887](https://github.com/rails-api/active_model_serializers/pull/1887) Make the comment reflect what the function does (@johnnymo87)
|
||||||
- [#1890](https://github.com/rails-api/active_model_serializers/issues/1890) Ensure generator inherits from ApplicationSerializer when available (@richmolj)
|
- [#1890](https://github.com/rails-api/active_model_serializers/issues/1890) Ensure generator inherits from ApplicationSerializer when available (@richmolj)
|
||||||
|
- [#1922](https://github.com/rails-api/active_model_serializers/pull/1922) Make railtie an optional dependency in runtime (@ggpasqualino)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
|
|||||||
# 'rack'
|
# 'rack'
|
||||||
# 'rack-test', '~> 0.6.2'
|
# 'rack-test', '~> 0.6.2'
|
||||||
|
|
||||||
spec.add_runtime_dependency 'railties', rails_versions
|
spec.add_development_dependency 'railties', rails_versions
|
||||||
# 'activesupport', rails_versions
|
# 'activesupport', rails_versions
|
||||||
# 'actionpack', rails_versions
|
# 'actionpack', rails_versions
|
||||||
# 'rake', '>= 0.8.7'
|
# 'rake', '>= 0.8.7'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user