lessonly / scim_rails

SCIM Adapter for Rails.
MIT License
68 stars 76 forks source link

Updated version dependency. Removed ~ since it causes a Illformed req… #58

Open set-pfel opened 2 years ago

set-pfel commented 2 years ago

Dependency error on Windows with ruby 3.1.2p20 and rails 7.0.3.1

Why?

Bundler didn't install the file on Windows.

What?

Removed the ~ character in the version fixed the problem.

Testing Notes

[x] gem build worked [x] gem install worked

Merge Instructions

Please DO NOT squash my commits when merging