threemarb / threema

This gem provides access to the Threema Gateway API.
MIT License
11 stars 2 forks source link

build: remove version constraint on active-support #45

Open roschaefer opened 3 months ago

roschaefer commented 3 months ago

Motivation

This will require the Active Support Core extensions when needed. https://guides.rubyonrails.org/active_support_core_extensions.html

I think it's fine to lift the version constraint altogether.

How to test

  1. bundle install
  2. bundle exec rake
  3. Tests pass (on my machine one test fails, but that's unrelated)