jaredonline / google-authenticator

Ruby gem to implement Google's MFA authenticator
MIT License
307 stars 84 forks source link

pulling in fixes from #56 and #62 #68

Closed jaredonline closed 2 years ago

jaredonline commented 2 years ago
jaredonline commented 2 years ago

@benburry This PR is failing on the last build step with ArgumentError: Trying to register Bundler::GemfileError for status code 4 but Bundler::GemfileError is already registered

Googling that error leads you to this RubyGems issue: https://github.com/rubygems/rubygems/issues/3284

The solution is already implemented in the CI process here: https://github.com/jaredonline/google-authenticator/blob/master/.circleci/config.yml#L22-L23

Also the build worked in #63 with the exact same configuration. I have no idea what's going on.