Created
October 30, 2018 23:13
-
-
Save mrsweaters/a37a92820bd6d589ce2b4bc434fdf49e to your computer and use it in GitHub Desktop.
PG Version Check
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def pg_exists? | |
begin | |
Gem::Specification::find_all_by_name('pg', '1.1.3') | |
rescue Gem::MissingSpecVersionError | |
false | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment