A Gemfile.lock parser for Node.js represented with JSON.
gemfile parser
A Gemfile.lock parser for Node.js represented with JSON.
Serverless Plugin to bundle gemfile as lamda layer
Delightful Node.js Ruby Gemfile and gemspec parser. Converts Gemfiles and gemspecs into easily consumable JSON.
Expo plugin to copy Fastlane and Gemfile for Android & IOS builds
Check how old your dependencies are — for Cargo.toml, package.json, pyproject.toml, requirements.txt, go.mod, docker-compose.yml, Gemfile, and composer.json
Audit your Gemfile for known vulernabilities and insecure sources.
Serverless Plugin to bundle gemfile as lamda layer
CSpell plugin to extract words from lockfiles and create dictionaries
GitHub-style markdown editor for Ruby and Rails
Extract your project dependencies using GitLab API. supports pom.xml, package.json, composer.json, Gemfile
Local <time> elements
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
Architect dependency hydrator and shared file manager
Unobtrusive scripting adapter for jQuery
A lightweight Sass tool set.
A framework for responsive emails
Bullet Train Fields
Drag and drop to reorder your ActiveAdmin tables.
Bullet Train - Sortable
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.
A minimalistic 2-way binding system
Client Side Validations made easy for your Rails 7.2 and 8.x applications
Installs libraries from Ruby's Gemfile.
Gemfile support for deps-lsp
Zero-copy Gemfile.lock parser library, with a placeholder CLI ahead of full bundle commands.
A Ruby package manager
gen — Ruby/Bundler adapter. Parses Gemfile + Gemfile.lock into gen_types::Manifest. The bundler half of the universal package-manager engine; sibling of gen-cargo + gen-npm. Authored Gemfile parsing is line-oriented (DSL eval intentionally deferred — pleme-io's Bundler usage is declarative-shape).
Check how old your dependencies are — for Cargo.toml, package.json, pyproject.toml, requirements.txt, go.mod, docker-compose.yml, Gemfile, and composer.json
Stack-aware developer workflow CLI
A centralized daemon that caches shell state (git, battery, hostname, etc.) so every consumer reads from one fast cache instead of independently forking shells
Detect semantic contradictions across config files
Language Server Protocol implementation for dependency management
Ultra-fast, standalone security auditor for Gemfile.lock
Client library for querying the beachcomber (comb) shell state daemon
Library to generate a gemfile using installed gems.
Does what it says on the tin.
Sorts gemfiles based on name, group, and source
A tool to interpret the Gemfile without installing it
GemfileLocker can lock all dependencies strictly or semi-strictly, so it gets safe to run `bundle update` anytime. It can unlock all dependencies so you can easily update to the latest versions.
## Why I have to develop this tool One of my ruby project is using bundler to manage gem dependencies. But the `Gemfile` is very complicate. It requires external `Gemfile` by using ruby `eval`. Because I have lots of similar projects that will use same piece of gems. So I decide to abstract these gems into a standalone `Gemfile`. And let those projects’ `Gemfile` loads it. The problem I met is when I building my docker image. I hope that image can pre-install all the ruby gems in that `Gemfile.lock`. Unluckily, `bundle install` require you must have the `Gemfile`. So I have to find out a way to revert `Gemfile.lock` to a usable `Gemfile`. So here we are!
Create a Gemfile line that specifies either the latest version of a gem or the version currently in use.
A simple for beautify your Gemfile
Sort gems, fix indent, etc.
gemfile_utils provides command line interface to modify Gemfile with annotations and comments
Code style checking for Gemfile
Alphabetizes your gems in your Gemfile! Makes life good!