method
update_gemfile
v6.0.0 -
Show latest stable
- Class:
Rails::Generators::PluginGenerator
update_gemfile()public
No documentation available.
# File railties/lib/rails/generators/rails/plugin/plugin_generator.rb, line 241
def update_gemfile
build(:gemfile_entry) unless options[:skip_gemfile_entry]
end