v0.6.0 (2021-11-09)
Merged pull requests:
- Bump nokogiri from 1.11.7 to 1.12.5 in /examples/simple_rails_api #120 (dependabot[bot])
- Upstream changes from Selenium's fork #118 (p0deje)
- Bump puma from 4.3.8 to 4.3.9 in /examples/simple_rails_api #117 (dependabot[bot])
- Bump nokogiri from 1.11.7 to 1.12.5 in /examples/simple_rails_api #116 (dependabot[bot])
- Bump Ruby primary to 3.0.2 & Add sdk versions: 2.5.9, 2.6.8, 2.7.3, 2.7.4, 3.0.2 #114 (kigster)
v0.5.2 (2021-07-09)
Closed issues:
- require_paths attribute does not work #97
- google-protobuf and grpc gems fail #86
- Ruby Gem isn't including generated files #85
Merged pull requests:
v0.5.1 (2021-07-08)
Closed issues:
ruby_bundle
should support local gems #62
Merged pull requests:
v0.5.0 (2021-07-08)
Closed issues:
- ruby_binary - how to package up runfiles dir #101
- bin/setup Failure #95
warning: string literal in condition
from generated wrapper #87- Setup script attempts to delete ~/.rbenv if rbenv is installed with Homebrew #81
- ruby_rspec specs argument not resolved #79
- ruby_test and ruby_rspec rules use system ruby #63
Merged pull requests:
- Adding makefile for auto-generating PDF #106 (kigster)
- Massive upgrade of everything at once ;-) #105 (kigster)
- Support ruby 3 #103 (mmizutani)
- Bump nokogiri from 1.11.2 to 1.11.5 in /examples/simple_rails_api #99 (dependabot[bot])
- Bump nokogiri from 1.10.10 to 1.11.2 in /examples/simple_rails_api #94 (dependabot[bot])
- Update README.md #93 (JustusFT)
- Fix warning due to string literal in condition #91 (russell)
- Add description for how to configure ASDF #90 (russell)
- Remove print statements from ruby_runtime.bzl #84 (adzenith)
- Document path argument to ruby_test #80 (sayrer)
v0.4.1 (2020-08-10)
v0.4.0 (2020-08-04)
Closed issues:
- private method `define_method' called for Dir:Class (NoMethodError) #74
Merged pull requests:
- Version vandidate 0.4.0 — upgrade Rubies + Setup #77 (kigster)
- Upgrading Gemfiles #76 (kigster)
- Ruby 2.3 compatibility for binary_wrapper #75 (lalten)
- Bump puma from 4.3.3 to 4.3.5 in /examples/simple_rails_api #71 (dependabot[bot])
- Bump puma from 4.3.1 to 4.3.3 in /examples/simple_rails_api #70 (dependabot[bot])
v0.3.0 (2020-03-03)
Closed issues:
- 🐛 "Could not create symlink... (File exists)" #54
- When using a local ruby installation it includes the local
LOAD_PATH
#44 - [Cleanup] Pretty sure
eval
is never used inrepository_context
#43 - Importing a bundle gem adds all gems onto the load path (although they are not there) #42
- Support Ruby Lambda with the Gemfile full of dependencies. #33
- Support AWS Ruby Lambda with Bazel Rules #27
- Want to understand better why native extensions are failing on CircleCI #24
- First class support for Ruby RSpec gem with Bazel #19
- Use sorbets Ruby 2.6 build instead of host #9
Merged pull requests:
- Renaming the repo to @bazelruby_rules_ruby #69 (kigster)
- Fixing outdated rule names in the README #68 (kigster)
- Adding method Dir.children when it's not found. #67 (kigster)
- Merging select features from Coinbase upstream branch #66 (kigster)
- Upgrade Bazel and Bazelist; add ruby 2.7.0 #65 (kigster)
- Bump nokogiri from 1.10.7 to 1.10.8 in /examples/simple_rails_api #64 (dependabot[bot])
- This PR refactors bundle steps and :bin generation #61 (kigster)
- Adds ruby_rspec and refactors the ruby_bundle rule, plus some more #60 (kigster)
v0.2.0 (2019-12-31)
Fixed bugs:
- Make
rules_ruby/examples
a deeper tree structure and ensure CircleCI integration pass #10
Closed issues:
- Ability to package all files related to a bazel target in a zip file #29
- Build rules_ruby on CircleCI using workflows (in addition to Travis) #26
- Restore functionality that supported symlinking an existing Ruby interpreter #21
- Move ruby files under ruby_rules/examples into a mini-mono repo #8
Merged pull requests:
- Fixing brittle Host Ruby version detection. #56 (kigster)
- Upgrading Bazel version to 2.0.0 #53 (kigster)
- Renaming and making consistent all scripts #52 (kigster)
- Adding auto-fix buildifier and auto-fix rubocop #50 (kigster)
- Bump rack from 2.0.7 to 2.0.8 in /examples/simple_rails_api #49 (dependabot[bot])
- Deprecate ruby/def.bzl + spelling + v0.1.2 #48 (kigster)
- Speed up CircleCI/Travis ensure *correctness* with builds #46 (kigster)
- [Feature] example rails server running #41 (grahamjenson)
- [Fix] rubocop builds #40 (grahamjenson)
- Adding CircleCI + upgrade Rubocop #39 (kigster)
- [Fix] no spaces in files bug, remove deprecated code, remove host #38 (grahamjenson)
- Sight facelift to shell files: #35 (kigster)
- [Feature] install ruby if none exists #34 (grahamjenson)
- Add
files
to DefaultInfo of the ruby_library #32 (kigster) - Upgrade Bazel version to 1.2.1 + use bin/setup(s) #31 (kigster)
- Fixing Gemfile bundle dependency and bin/setup #30 (kigster)
- Expose rake, erb and other commands as sh_binary #28 (yugui)
- Reorganize sections in README #23 (yugui)
- Run ruby_binary with the interpreter in a SDK again #22 (yugui)
- Upgrade bundler #18 (yugui)
- Make ruby_binary compatible with container #17 (yugui)
- Fix errors in the simple_script example #16 (yugui)
- Adding relaxed-rubocop and fixing styling issues #15 (grahamjenson)
v0.1.0 (2019-11-20)
Fixed bugs:
- Unable to run
bazel build //...:all
#3
Merged pull requests:
- Ignore examples/ because it is an independent workspace to test rules_ruby #5 (yugui)
- Updating the remote reference to match the Org #4 (kigster)
* This Changelog was automatically generated by github_changelog_generator