fastruby / next_rails

A toolkit to upgrade your next Rails application
https://www.fastruby.io/blog/upgrade-rails/dual-boot/dual-boot-with-rails-6-0-beta.html?utm_source=github&utm_medium=description&utm_campaign=github&utm_term=next-rails
MIT License
489 stars 31 forks source link

Replace climate_control gem with stub_const #103

Closed JuanVqz closed 1 year ago

JuanVqz commented 1 year ago

Is there any reason you want to still using the gem?

Description

Remove climate_control as a dependency we are implementing the stub_const method.

Motivation and Context

Avoid having another dependency gem because old Ruby versions are complaining about it.

How Has This Been Tested?

Wishing the RSpec tests

Screenshots:

I will abide by the code of conduct

JuanVqz commented 1 year ago

Enabled CI for a little bit and everything is passing now, could you please review, please? Thanks!