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