mdsol / dice_bag

DiceBag is a library of rake tasks for configuring web apps in the style of The Twelve-Factor App.
MIT License
19 stars 4 forks source link

address a deprecation warning when using Rails 6.0 #94

Closed jfeltesse-mdsol closed 5 years ago

jfeltesse-mdsol commented 5 years ago

When using Rails 6.0, running for instance rake config would print warnings such as

DEPRECATION WARNING: `Module#parent_name` has been renamed to `module_parent_name`. `parent_name` is deprecated and will be removed in Rails 6.1. (called from block in create_file at (erb):10)

Updated the gemspec and travis files at the same time.

cabbott commented 5 years ago

LGTM