If I have some coworkers that have an old version of Mac OS X that doesn't support the gem I want to use (terminal-notifier
specifically), are there dangers of putting this into the Gemfile
:
gem 'terminal-notifier'
Is there some way to say that it requires OS X 10.8 or greater? What happens if someone on < 10.8 tries to install terminal-notifier? I'm on the latest os so I can't exactly test this.