Skip to content

Commit 0451d50

Browse files
committed
Fix whitespace issue in rake task
1 parent bf847bd commit 0451d50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/tasks/pshopify.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class PshopifyDefinitionCreator
164164

165165
lines << ""
166166
lines << openssl_line
167-
lines << "install_git \"ruby-#{@pshopify_version}\" \"#{SHOPIFY_RUBY_GIT_URL}\" \"#{@tag}\"" \
167+
lines << "install_git \"ruby-#{@pshopify_version}\" \"#{SHOPIFY_RUBY_GIT_URL}\" \"#{@tag}\" " \
168168
"autoconf enable_shared standard"
169169
lines << ""
170170

rubies/4.0.1-pshopify2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# * Run GC if fiber pool expansion fails. (#16535)
55

66
install_package "openssl-3.0.18" "https://github.com/openssl/openssl/releases/download/openssl-3.0.18/openssl-3.0.18.tar.gz#d80c34f5cf902dccf1f1b5df5ebb86d0392e37049e5d73df1b3abae72e4ffe8b" openssl --if needs_openssl:1.1.1-3.x.x
7-
install_git "ruby-4.0.1-pshopify2" "https://github.com/Shopify/ruby.git" "v4.0.1-pshopify2"autoconf enable_shared standard
7+
install_git "ruby-4.0.1-pshopify2" "https://github.com/Shopify/ruby.git" "v4.0.1-pshopify2" autoconf enable_shared standard

rubies/4.0.2-pshopify2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# * Run GC if fiber pool expansion fails. (#16535)
55

66
install_package "openssl-3.0.19" "https://github.com/openssl/openssl/releases/download/openssl-3.0.19/openssl-3.0.19.tar.gz#fa5a4143b8aae18be53ef2f3caf29a2e0747430b8bc74d32d88335b94ab63072" openssl --if needs_openssl:1.1.1-3.x.x
7-
install_git "ruby-4.0.2-pshopify2" "https://github.com/Shopify/ruby.git" "v4.0.2-pshopify2"autoconf enable_shared standard
7+
install_git "ruby-4.0.2-pshopify2" "https://github.com/Shopify/ruby.git" "v4.0.2-pshopify2" autoconf enable_shared standard

0 commit comments

Comments
 (0)