Skip to content

Commit

Permalink
Add a source to the inline Gemfile for bin/configure (#1610)
Browse files Browse the repository at this point in the history
* Add a source to the inline Gemfile for `bin/configure`

We were missing a `source` line which meant that the inline `Gemfile`
couldn't install anything. So if you didn't already have the required
gems installed it would fail.

Address the `colorizer` issue mentioned in #1606

* linter
  • Loading branch information
jagthedrummer authored Jul 15, 2024
1 parent 32e6b48 commit 9431d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/configure-scripts/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require "bundler/inline"

gemfile do
source "https://rubygems.org"
gem "colorize"
gem "activesupport", require: "active_support"
end
Expand Down

0 comments on commit 9431d3a

Please sign in to comment.