How to fix uninitialized constant Rake::DSL error
in Rakefile, add the following line:
require 'rake/dsl_definition'
right before
require 'rake'
in Rakefile, add the following line:
require 'rake/dsl_definition'
right before
require 'rake'