arvindvyas / Country-State-Select

It will fetch the countries and according to that fetch the state of that countries, currently it is for countries listing
MIT License
69 stars 78 forks source link

Add support for Rails 7 and bump gem version #65

Closed denisahearn closed 1 year ago

denisahearn commented 2 years ago

We were blocked from upgrading to Rails 7 by this gem. In order to make this gem compatible, the case statement for supported versions of Rails had to be updated to support Rails 7.

Also bumped the gem version to 3.2.0

denisahearn commented 1 year ago

@arvindvyas Hi, is this PR something that can be accepted and released?