Skip to content

Commit

Permalink
Envfile Rails Edge helper: typo fix
Browse files Browse the repository at this point in the history
fix var naming typo
  • Loading branch information
fallwith committed Oct 11, 2023
1 parent af2f4d5 commit 7b66163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiverse/lib/multiverse/envfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def prepend_rails_edge(gem_version_array = [])
# NOTE: The Rails Edge version is not tested unless the Ruby version in
# play is greater than or equal to (>=) the version number at the
# end of the unshifted inner array
array.unshift(["github: 'rails'", 3.0])
gem_version_array.unshift(["github: 'rails'", 3.0])
end

# are we running in a CI context intended for PR approvals?
Expand Down

0 comments on commit 7b66163

Please sign in to comment.