Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazelruby/rules_ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: bazelruby/rules_ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 17 commits
  • 44 files changed
  • 3 contributors

Commits on Mar 3, 2020

  1. Bump puma from 4.3.1 to 4.3.3 in /examples/simple_rails_api

    Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.3.
    - [Release notes](https://github.com/puma/puma/releases)
    - [Changelog](https://github.com/puma/puma/blob/master/History.md)
    - [Commits](puma/puma@v4.3.1...v4.3.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    fd94bf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Merge pull request #70 from bazelruby/dependabot/bundler/examples/sim…

    …ple_rails_api/puma-4.3.3
    
    Bump puma from 4.3.1 to 4.3.3 in /examples/simple_rails_api
    kigster authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    846c85b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Updating WORKSPACE example

    kigster committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    c6aa2c0 View commit details
    Browse the repository at this point in the history
  2. Adding activity badge

    kigster committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    5855581 View commit details
    Browse the repository at this point in the history
  3. Fix bashmatic naming changes

    kigster committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    a471a56 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Bump puma from 4.3.3 to 4.3.5 in /examples/simple_rails_api

    Bumps [puma](https://github.com/puma/puma) from 4.3.3 to 4.3.5.
    - [Release notes](https://github.com/puma/puma/releases)
    - [Changelog](https://github.com/puma/puma/blob/master/History.md)
    - [Commits](https://github.com/puma/puma/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 22, 2020
    Configuration menu
    Copy the full SHA
    a6c285c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Make binary_wrapper compatible with Ruby 2.3

    This commit applies the suggestions from #63 (comment)
    lalten authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    455cd47 View commit details
    Browse the repository at this point in the history
  2. remove trailing spaces

    lalten authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    b0264c0 View commit details
    Browse the repository at this point in the history
  3. fix indentation

    lalten authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    3e49c1f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Merge pull request #71 from bazelruby/dependabot/bundler/examples/sim…

    …ple_rails_api/puma-4.3.5
    
    Bump puma from 4.3.3 to 4.3.5 in /examples/simple_rails_api
    kigster authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    888440f View commit details
    Browse the repository at this point in the history
  2. Upgrading Gemfiles

    kigster committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    b577a83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd9277f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #76 from kigster/kig/gemfile-updates

    Upgrading Gemfiles
    kigster authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    efe4389 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e37cfd4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #75 from lalten/lalten-ruby_2.3_compatibility

    Ruby 2.3 compatibility for binary_wrapper
    kigster authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    6f08698 View commit details
    Browse the repository at this point in the history
  7. Add vim syntax to setup

    kigster committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    367bdc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Version vandidate 0.4.0 — upgrade Rubies + Setup (#77)

    ## RulesRuby Version 0.4.0 Candiate Merge:
    
    * Updating .bazelrc
    * Moving rbenv install to bin/setup + .travis.yml
    * Fixing buildifier complaints
    * Fixed TravisCI errors
    * Comment out failing test with Docker
    * Upgrade various top-level dependencies to the latest
    * Upgrade Bazel to 3.4.1
    * Really switch to Ruby 2.7.1 as the default
    kigster authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c449402 View commit details
    Browse the repository at this point in the history
Loading