Skip to content

Commit af44293

Browse files
pbolingCopilot
andcommitted
👷 Normalize appraisal gemfile style
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 876c95a commit af44293

17 files changed

Lines changed: 17 additions & 17 deletions

gemfiles/audit.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/x_std_libs.gemfile")
88

gemfiles/coverage.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/coverage.gemfile")
88

gemfiles/current.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/dep_heads.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/runtime_heads.gemfile")

gemfiles/head.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/runtime_heads.gemfile")

gemfiles/ruby_2_4.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/x_std_libs/r2.4/libs.gemfile")
88

gemfiles/ruby_2_5.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/x_std_libs/r2.6/libs.gemfile")
88

gemfiles/ruby_2_6.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/x_std_libs/r2.6/libs.gemfile")
88

gemfiles/ruby_2_7.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/x_std_libs/r2/libs.gemfile")
88

gemfiles/ruby_3_0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://gem.coop"
44

5-
gemspec :path => "../"
5+
gemspec path: "../"
66

77
eval_gemfile("modular/json/truffleruby_22_3.gemfile")
88

0 commit comments

Comments
 (0)