You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specs run fine when relaxing the Rails version requirement to < 6.2 in the gemspec. Would love to open a PR with this change if that is ok with current release standards. Cheers!
The text was updated successfully, but these errors were encountered:
Steps to reproduce
gem 'rails', '~> 6.1.rc1'
andgem 'ros-apartment', require: 'apartment'
in the same applicationExpected behavior
It lets you install the bundle.
Actual behavior
It fails due to the current strict requirement of a Rails version < 6.1
Proposed Change
Specs run fine when relaxing the Rails version requirement to
< 6.2
in the gemspec. Would love to open a PR with this change if that is ok with current release standards. Cheers!The text was updated successfully, but these errors were encountered: