Skip to content

Commit

Permalink
Merge pull request #36 from yahonda/skip_guides_for_rails61
Browse files Browse the repository at this point in the history
Skip guides for Rails 6.1
  • Loading branch information
matthewd authored Feb 23, 2023
2 parents 11b476f + 838c522 commit b3bc915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline-generate
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ end
if RAILS_VERSION < Gem::Version.new("7.x") && RAILS_VERSION >= Gem::Version.new("6.1")
STEPS.delete_if { |s| s["label"] == "guides (2.7)" || s["label"] == "guides (3.0)" }
end
STEPS.delete_if { |s| s["label"] =~ /^guides/ } if RAILS_VERSION < Gem::Version.new("6.1")
STEPS.delete_if { |s| s["label"] =~ /^guides/ } if RAILS_VERSION < Gem::Version.new("7.0")

###

Expand Down

0 comments on commit b3bc915

Please sign in to comment.