joost / phony_rails

This Gem adds useful methods to your Rails app to validate, display and save phone numbers. It uses the super awesome Phony gem (https://github.com/floere/phony).
MIT License
556 stars 111 forks source link

Updated phony gem requirements to be Ruby 3 compatible #205

Closed NikoRoberts closed 3 years ago

NikoRoberts commented 3 years ago

The version of Phony is incompatible with Ruby3, due to its use of creating Procs without a block.

The gem version updates have mostly been updates to the database and configuration of various countries phone data.

2.18.12 is where they fixed the Ruby 3 compatibility: https://github.com/floere/phony/blob/master/history.textile#version-21812

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 99.83% when pulling e3e5e2d95e4789db8ed2a0fb2fd4d54c037fb9f9 on NikoRoberts:ruby-3 into 63772436dec0f17082479945e64bb977fe2042a4 on joost:master.