epimorphics / json-rails-logger

A custom rails logger that outputs JSON instead of raw text
MIT License
1 stars 1 forks source link

Resolve Ruby Version Conflict #47

Closed jonrandahl closed 1 year ago

jonrandahl commented 1 year ago

This PR resolves the version lock by removing the .ruby-version file as well as reverting the gemfile spec to allow versions greater than or equal to 2.6 which triggered bundle errors when attempting to use the 0.3.5.4 version on a project using ruby v2.7.4. Also reverts the unit-test.yml file to allow for ruby versions greater than 2.6 as well.

jonrandahl commented 1 year ago

Thanks @andrew-pickin-epi - no worries, I thought it best to keep you in the loop nonetheless! 🙏