Rakefile in mobile_workflow-0.10.2 vs Rakefile in mobile_workflow-0.11.0

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end @@ -12,10 +14,10 @@ rdoc.options << '--line-numbers' rdoc.rdoc_files.include('README.md') rdoc.rdoc_files.include('lib/**/*.rb') end -APP_RAKEFILE = File.expand_path("spec/dummy/Rakefile", __dir__) +APP_RAKEFILE = File.expand_path('spec/dummy/Rakefile', __dir__) load 'rails/tasks/engine.rake' load 'rails/tasks/statistics.rake' require 'bundler/gem_tasks'