summaryrefslogtreecommitdiff
path: root/lib/omni_auth/strategies/bitbucket.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove explicit `require` calls, and use `require_dependency` when needed29389-fix-already-initialized-constantsRémy Coutable2017-03-131-0/+41
See http://guides.rubyonrails.org/autoloading_and_reloading_constants.html for more info. Signed-off-by: Rémy Coutable <remy@rymai.me>