rules_ruby icon indicating copy to clipboard operation
rules_ruby copied to clipboard

Formerly canonical rules for ruby, that are about 2-3 years behind current Bazel. If they work for you great, but if not — please try the new rules ruby by Alex Radionov: https://github.com/bazel-cont...

Results 27 rules_ruby issues
Sort by recently updated
recently updated
newest added

Hello all. My team is currently trying to setup bazel rules ruby to run our rails minitest test suite. The ruby_test rule seems to expect to run tests with the...

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.2 to 1.4.3. Release notes Sourced from rails-html-sanitizer's releases. 1.4.3 / 2022-06-09 Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer. Prevent the combination of select...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

I'm trying to precompile my assets by creating a ruby_binary that runs `rake assets:precompile`. I intend to then tar up the compiled assets and have the genrule output these (rather...

Currently when running a `ruby_bundle` without the `gemfile_lock` attribute results in the following error ``` ERROR: An error occurred during the fetch of repository 'vagrant_bundle': Traceback (most recent call last):...

When use Git source in Gemfile: ```rb gem 'rspec-its', github: "rspec/rspec-its", ref: "3d36b4a7b004ffa204a0e392f27c8b6b0b674ecf" # v1.3.0 ``` Occur error ``` $ cd examples/simple_script $ bazel test //... ... INFO: Repository bundle...

Interested in feedback for this. I'm trying to take the downloaded/installed gems and use them within a container image; and we make pretty extensive use of bundle groups.