This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.
freeze!(args={})
Add Rails to /vendor/rails
freeze!
# File railties/lib/rails/generators/actions.rb, line 266 def freeze!(args={}) ActiveSupport::Deprecation.warn "freeze! is deprecated since your rails app now comes bundled with Rails by default, please check your Gemfile" end