No commit activity in last 3 years
No release in over 3 years
Gem version dependecy matrix
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 1.11.0, ~> 1.11
>= 3.4.0, ~> 3.4
 Project Readme

Bundler dependency matrix

Utility which will output a table containing gem versions used across your projects.

Build Status

Install

gem install bundler_dependency_matrix

Usage

Let say that you have a directory /path/to/root/dir somewhere in which the Ruby projects foo and bar could be found.

Executing:

bundler_dependency_matrix /path/to/root/dir

Should result in:

             x             |  bar   |  foo
---------------------------+--------+--------
         diff-lcs          | 1.2.5  | 1.2.5
           rspec           | 2.0.0  | 3.0.0
        rspec-core         | 2.0.0  | 3.0.4
    rspec-expectations     | 2.0.0  | 3.0.4
        rspec-mocks        | 2.0.0  | 3.0.4
           rake            | 10.0.0 | 11.1.0
       rspec-support       |   x    | 3.0.4
 bundler_dependency_matrix |   x    |   x