Skip to content

Commit a45b5ee

Browse files
committed
Fix link to arel.
ugh.
1 parent e021281 commit a45b5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if version == "master"
1111
gem "rails", github: "rails/rails"
1212

1313
# ugh https://github.com/rails/rails/issues/16063#issuecomment-48090125
14-
gem "arel", github: "arel/arel"
14+
gem "arel", github: "rails/arel"
1515
else
1616
gem "rails", "~> #{version}.0"
1717
end

0 commit comments

Comments
 (0)