fynsta
fynsta
Documented here: https://guides.rubygems.org/specification-reference/#metadata Useful for running https://github.com/MaximeD/gem_updater
We use `jQuery` via the `jquery-rails` gem. Upgrading the debugbar to 0.3.2 just completely breaks the jQuery installation (via the `debugbar_head` helper where it loads the script). With this issue:...
### Steps to reproduce ```ruby # frozen_string_literal: true require 'bundler/inline' gemfile(true) do source 'https://rubygems.org' gem 'rails' # If you want to test against edge Rails replace the previous line with...