thoughtbot / appraisal

A Ruby library for testing your library against different versions of dependencies.
https://thoughtbot.com
MIT License
1.25k stars 107 forks source link

Generate gemfiles with Ruby 1.9 hash syntax #140

Closed composerinteralia closed 6 years ago

composerinteralia commented 6 years ago

Appraisal generates Gemfiles with the older :key => "value" syntax. Is there a way to generate with the Ruby 1.9 key: value syntax instead?

nickcharlton commented 6 years ago

My understanding is that we've not updated the syntax as we still support older Rubies. At this point, we should drop those, switch to the new syntax and put out a new release. Would you be interested in helping with that?

composerinteralia commented 6 years ago

Oops I just realized this was addressed in https://github.com/thoughtbot/appraisal/commit/5fbd3539edf227e67ae8daeeaa0d467a44fe75ec. I just need to update to the latest version.