riboseinc / digicert

Ruby bindings for the Digicert Services API
https://www.digicert.com/services/v2/documentation
MIT License
8 stars 10 forks source link

Remove bundler's hard dependency #151

Closed abunashir closed 5 years ago

abunashir commented 5 years ago

In this gem, we are setting up a hard dependency for bundler, which is not really necessary and it also causes some issue if you have different bundler installed.

By default every ruby environment is equipped with bundler, so this commit remove his hard dependency.