Rebundler Playground
Input
source "https://rubygems.org" gem "bootsnap", require: false # Boot large ruby/rails apps faster gem "cssbundling-rails" # Bundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js. gem "herb", "~> 0.8.4" # Powerful and seamless HTML-aware ERB parsing and tooling. gem "jsbundling-rails" # Bundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack. gem "propshaft" # Deliver assets for Rails. gem "puma", ">= 5.0" # A Ruby/Rack web server built for parallelism. gem "rails", "~> 8.1.1" # Full-stack web application framework. gem "reactionview", "~> 0.2.0" # An ActionView-compatible ERB engine with modern DX - re-imagined with Herb. gem "rebundler" # Rebundler makes your Gemfile look good. gem "stimulus-rails" # A modest JavaScript framework for the HTML you already have. gem "turbo-rails" # The speed of a single-page web application without having to write any JavaScript. gem "tzinfo-data", platforms: %i[windows jruby] # Timezone Data for TZInfo group :development do gem "web-console" # A debugging tool for your Ruby on Rails applications. end group :development, :test do gem "brakeman", require: false # Security vulnerability scanner for Ruby on Rails. gem "bundler-audit", require: false # Patch-level verification for Bundler gem "debug", platforms: %i[mri windows], require: "debug/prelude" # Debugging functionality for Ruby gem "rubocop-rails-omakase", require: false # Omakase Ruby styling for Rails end
Output
Click "Format" to see the rebundled output...