Skip to content

Commit

Permalink
Formatting in bundler_in_a_single_file_ruby_script.html.md (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Apr 3, 2024
1 parent 702c54f commit e75514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/bundler_in_a_single_file_ruby_script.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e75514e

Please sign in to comment.