method
update_gemfile
v4.0.2 -
Show latest stable
- Class:
Rails::Generators::PluginNewGenerator
update_gemfile()public
No documentation available.
# File railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb, line 233
def update_gemfile
build(:gemfile_entry) unless options[:skip_gemfile_entry]
end