superglue icon indicating copy to clipboard operation
superglue copied to clipboard

Make superglue's gemspec more conservative

Open jho406 opened this issue 1 year ago • 0 comments

I think making superglue’s gemspec a bit more conservative might make sense. Right now it uses.

  s.add_dependency "actionpack", ">= 7.0.0"
  s.add_development_dependency "activerecord", ">= 7.0"

Which says that it works with all future version of Rails. This isn’t 100% true as there’s a few monkey patches in `superglue_rails` that may not be compatible with future Rails versions.

We could be a bit more explicit and twiddle-wakka the versions.

jho406 avatar Apr 15 '24 22:04 jho406