rails_panel icon indicating copy to clipboard operation
rails_panel copied to clipboard

Add Rails 7.1 Support

Open JuanVqz opened this issue 1 year ago • 5 comments

The railties dependency was blocking compatibility with a new version, after allowing it should be fine.

Fixes https://github.com/dejan/rails_panel/issues/180

JuanVqz avatar Oct 06 '23 23:10 JuanVqz

I just tested it in a brand-new app, It worked like a charm 🥳

Screenshot 2023-10-06 at 17 54 04

JuanVqz avatar Oct 06 '23 23:10 JuanVqz

Needs to update the railties support for 7.1.1

Could not find compatible versions

Because every version of meta_request depends on railties >= 3.0.0, <= 7.1
  and rails >= 7.1.1 depends on railties = 7.1.1,
  every version of meta_request is incompatible with rails >= 7.1.1.
So, because Gemfile depends on rails ~> 7.1.1
  and Gemfile depends on meta_request >= 0,
  version solving has failed

botsarenthuman avatar Oct 14 '23 21:10 botsarenthuman

I opened #192 to do this and also add tests, fwiw

Roguelazer avatar Oct 16 '23 17:10 Roguelazer

Well, it seems like I don't need to update anything, Roguelazer already covered it

JuanVqz avatar Oct 16 '23 18:10 JuanVqz

+1

stefannibrasil avatar Jan 18 '24 23:01 stefannibrasil

Thanks!

dejan avatar Apr 12 '24 17:04 dejan