Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bundler_date

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundler_date

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

BundlerDate

Gem Version

What?

Bundle has great command bundle outdated to compare installed gems with newer versions available. It does its job but there is one problem.

Let's try it:

$ bundle outdated

Gem              Current  Latest  Requested  Groups
loofah           2.14.0   2.15.0  = 2.14.0   default
sinatra          2.1.0    2.2.0   = 2.1.0    default

Okay, we see that we have almost edge versions of each gem. The difference is one minor version for both. Is it a big difference? We can't say definitely.

But at least we can check when these versions were released. What will we see?

  • loofash 2.14.0 was released in February 2022, 2.15.0 in March 2022
  • sinatra 2.1.0 was released in 2020(!), 2.2.0 was released in 2022.

See the difference? bundle date try to show it more explicit.

$ bundle date
 Gem              Current  Current Date  Latest  Latest Date  Days between 

 loofah           2.14.0   2022-02-11    2.15.0  2022-03-14   31           
 sinatra          2.1.0    2020-09-04    2.2.0   2022-03-19   561          

Installation

Specify the plugin in your Gemfile:

plugin 'bundler_date'

And then execute:

$ bundle install

Or install it yourself as:

$ bundle plugin install bundler_date

Usage

$ bundle date

FAQs

Package last updated on 22 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc