Closed timwis closed 6 years ago
Hey, I ran into the https error in #30 that was fixed by 5a6cc0d1e739450b18ada224b5731d13ba9977cc. When I switched by Gemfile from
gem 'omniauth-steam'
to:
gem 'omniauth-steam', github: 'reu/omniauth-steam'
It fixed the issue. I think you need to increment the version and republish to rubygems, no?
version increment is in #33
Done
Hey, I ran into the https error in #30 that was fixed by 5a6cc0d1e739450b18ada224b5731d13ba9977cc. When I switched by Gemfile from
to:
It fixed the issue. I think you need to increment the version and republish to rubygems, no?