Bump jbuilder from 2.11.3 to 2.11.5
Bumps jbuilder from 2.11.3 to 2.11.5.
Release notes
Sourced from jbuilder's releases.
v2.11.5
What's Changed
- Make sure action_view is loaded before using it.
Full Changelog: https://github.com/rails/jbuilder/compare/v2.11.4...v2.11.5
v2.11.4
What's Changed
- Fix scaffold controller generator with namespace by @ceritium in https://github.com/rails/jbuilder/pull/512
- Remove the unwanted #empty call on the collection by @yuki24 in https://github.com/rails/jbuilder/pull/524
Full Changelog: https://github.com/rails/jbuilder/compare/v2.11.3...v2.11.4
Commits
-
c6bda15
Prepare for 2.11.5 -
a3dcf7a
Fix gemspec -
cfda718
Add gemspec metadata -
7f3ee7f
Make sure the railtie is loaded -
a2aacff
Require Rails frameworks before using -
68a0911
Removed CHANGELOG.md now that we are using the release pages -
a87fad3
Bump for 2.11.4 -
73bf325
Remove the unwanted #empty call on the collection (#524) -
496a2f9
Fix scaffold controller generator with namespace (#512) -
a8a1741
Add missing CR - Additional commits viewable in compare view