Closed mathieujobin closed 8 years ago
I think it is better that bundler doesn't find a gem than bundler tries to install the gem and the borrower gets a compile error. Also if you do this to the gemspec the rubygems.org page will have the requirement right there so users know what the issue is right then without having to go to github and explore the open issues.
@josephks agreed ! i just wish it would say something else, but i guess that's a fix we should submit to bundler
the travis build will pass if you merge https://github.com/oggy/looksee/pull/37/files first
@oggy this should be good to merge !
Thanks for that -- pushed!
not sure the message is actually much clearer...
also, this won't prevent you from making a condition if your run your app against multiple rubies.
what I do, is
gem 'looksee' if RUBY_VERSION < '2.3.0'