Skip to main content
U.S. flag

An official website of the United States government

The .gov means it’s official.
Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you’re on a federal government site.

The site is secure.
The https:// ensures that you are connecting to the official website and that any information you provide is encrypted and transmitted securely.

Bundler on Pages

Pages uses Bundler to manage your Pages site’s dependencies. By default, Pages runs Bundler version 1.

Specifying a Bundler version

Prior to building a site, the build will check for a file named .bundler-version . If one is found, it will use the Bundler version specified to install the gems and versions declared for you site.

For example, if you wish to use Bundler version 2.0.1 to build a site, add a new file named .bundler-version  to your repository. The .bundler-version  file should be at the top-level directory. The contents of that file should be “2.0.1 ”.