Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Feb 14, 2025
1 parent 967d091 commit c9b4a2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ bazel_dep(name = "rules_pkg", version = "1.0.1")
bazel_dep(name = "rules_python", version = "1.1.0")
bazel_dep(name = "rules_proto", version = "7.0.2")
bazel_dep(name = "rules_ruby", version = "0.17.1")

archive_override(
module_name = "rules_ruby",
urls = ["https://github.com/bazel-contrib/rules_ruby/releases/download/v0.17.1/rules_ruby-v0.17.1.tar.gz"],
integrity = "sha256-9cxlpYmjZodsoPUnJ5g4X0YIBgVhJWtGOWD5yP4DNO0=",
strip_prefix = "rules_ruby-0.17.1",
urls = ["https://github.com/bazel-contrib/rules_ruby/releases/download/v0.17.1/rules_ruby-v0.17.1.tar.gz"],
)

linter = use_extension("@apple_rules_lint//lint:extensions.bzl", "linter")
Expand Down

0 comments on commit c9b4a2f

Please sign in to comment.