Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Relax dependencies to allow newer versions - Move development dependencies to Gemfile This is a new best practice and will also avoid this warning: ``` A gemspec development dependency (riot, ~> 0.12.3) is being overridden by a Gemfile dependency (riot, >= 0). This behaviour may change in the future. Please remove either of them, or make sure they both have the same requirement ``` Ref: https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecdevelopmentdependencies
- Loading branch information