Shopify / measured

Encapsulate measurements and their units in Ruby and Ruby on Rails.
MIT License
337 stars 28 forks source link

Removing bundler from measured #13

Closed cyprusad closed 9 years ago

cyprusad commented 9 years ago

Context We use shipit to deploy measured to rubygems. Shipit currently pegged at bundler v1.7.3 and doesn't support v1.8 and above.

It doesn't seem like we need bundler > 1.7.3 for this gem.

@Shopify/shipping @kmcphillips

cyprusad commented 9 years ago

I don't think I need to bump the minor version for this.

RichardBlair commented 9 years ago

:+1:

kmcphillips commented 9 years ago

:+1:

Likely have to remove this too: https://github.com/Shopify/measured-rails/blob/9a971834bf84d775aeee58e8d68046c2d49c1334/measured-rails.gemspec#L24

cyprusad commented 9 years ago

Yup. Just fixing it up right now with the rest of the scalar checks. Will open a PR soon!