adzap / validates_timeliness

Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
MIT License
1.59k stars 227 forks source link

Rails 7 dependency - activemodel #221

Closed dpaluy closed 1 year ago

dpaluy commented 2 years ago

Please update the Rails 7 dependency https://github.com/adzap/validates_timeliness/blob/v6.0.0.beta1/validates_timeliness.gemspec#L20

It should be:

s.add_runtime_dependency("activemodel", [">= 6.0.0", "< 8"])

ariccio commented 2 years ago

Looks like dependabot has already done it! https://github.com/adzap/validates_timeliness/pull/214

Just needs to be merged. I suspect @adzap is quite a busy man! His Linkedin page says he's director of a clinical trial research company.

I feel bad! Looks like he's one of us open source devs, doing this repo on his free time?

foucist commented 2 years ago

213 will fix this (and the default_timezone warning) once it is merged

brentgreeff commented 2 years ago

Any update? -

Bundler could not find compatible versions for gem "activemodel":
  In snapshot (Gemfile.lock):
    activemodel (= 7.0.3)
YassineDM commented 2 years ago

Same requirement here...