Skip to content

Commit f7b63bf

Browse files
guilhemsethvargo
authored andcommitted
[COOK-3432] Chef::Mixin::LanguageIncludeRecipe is deprecated, use Chef::DSL::IncludeRecipe instead
Signed-off-by: Seth Vargo <sethvargo@gmail.com>
1 parent 4a0a2ea commit f7b63bf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

providers/celery.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# limitations under the License.
1919
#
2020

21-
include Chef::Mixin::LanguageIncludeRecipe
21+
include Chef::DSL::IncludeRecipe
2222

2323
action :before_compile do
2424

providers/django.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
require 'tmpdir'
2222

23-
include Chef::Mixin::LanguageIncludeRecipe
23+
include Chef::DSL::IncludeRecipe
2424

2525
action :before_compile do
2626

providers/gunicorn.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
require 'tmpdir'
2222

23-
include Chef::Mixin::LanguageIncludeRecipe
23+
include Chef::DSL::IncludeRecipe
2424

2525
action :before_compile do
2626

0 commit comments

Comments
 (0)