Skip to content

Commit

Permalink
rubygems facter: Drop facter 4.0.52 & 4.1.1
Browse files Browse the repository at this point in the history
All modern operating systems ship Ruby 3. Those two versions cannot be
installed with Ruby 3, they require Ruby 2, which is EoL.
  • Loading branch information
bastelfreak committed May 17, 2024
1 parent 24a6d61 commit 7308c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facts/get_facts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ gem install bundler --no-document --no-format-executable
bundle config set path 'vendor/bundler'
bundle install

for version in 4.0.52 4.1.1 4.2.14 4.3.0 4.4.3 4.5.2 4.6.0 4.7.0; do
for version in 4.2.14 4.3.0 4.4.3 4.5.2 4.6.0 4.7.0; do
FACTER_GEM_VERSION="~> ${version}" bundle update
# sometimes all versions of facter are not possible, if the bundle update fails, skip the rest of the loop
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 7308c02

Please sign in to comment.