diff --git a/source/guides/bundler_in_a_single_file_ruby_script.html.md b/source/guides/bundler_in_a_single_file_ruby_script.html.md index 5fd6fa7db4..ab0c1fc1d5 100644 --- a/source/guides/bundler_in_a_single_file_ruby_script.html.md +++ b/source/guides/bundler_in_a_single_file_ruby_script.html.md @@ -4,7 +4,7 @@ title: How to use Bundler in a single-file Ruby script # How to use Bundler in a single-file Ruby script -To use Bundler in a single-file script, add `require 'bundler/inline' ` at the top of your Ruby file. Then, use the `gemfile` method to declare any gem sources and gems that you need. Here's an example: +To use Bundler in a single-file script, add `require 'bundler/inline'` at the top of your Ruby file. Then, use the `gemfile` method to declare any gem sources and gems that you need. Here's an example: ~~~ ruby require 'bundler/inline'