uncruft icon indicating copy to clipboard operation
uncruft copied to clipboard

A library to assist with clearing out Rails deprecation warnings and upgrading Rails versions

Results 8 uncruft issues
Sort by recently updated
recently updated
newest added

Bumps [rails](https://github.com/rails/rails) from 7.0.8 to 7.0.8.1. Release notes Sourced from rails's releases. 7.0.8.1 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies

Using `ActiveSupport::Deprecation` directly has itself been deprecated in favor of storing an instance of it in your own gem. I’ve given a try to fixing this in the simplest way...

The signature of `Kernel#warn` is `warn(*msgs, uplevel: nil, category: nil)`, which allows passing no arguments. ```ruby irb(main):001:0> warn => nil irb(main):002:0> require 'uncruft' => true irb(main):003:0> warn /Users/aburgel/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/uncruft-0.3.0/lib/uncruft/warning.rb:5:in `warn': wrong...

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...

dependencies
MODERATE

Bumps [actiontext](https://github.com/rails/rails) from 7.0.8 to 7.1.3.4. Release notes Sourced from actiontext's releases. 7.1.3.4 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies
MODERATE

Bumps [activestorage](https://github.com/rails/rails) from 7.0.8 to 7.1.3.4. Release notes Sourced from activestorage's releases. 7.1.3.4 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies
MODERATE

Bumps [actionpack](https://github.com/rails/rails) from 7.0.8 to 7.1.3.4. Release notes Sourced from actionpack's releases. 7.1.3.4 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies
MODERATE

Bumps [rack](https://github.com/rack/rack) from 3.2.1 to 3.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies
ruby