Skip to content

Commit 0eaf7b3

Browse files
authored
Merge pull request #19 from fastruby/feature/resolve-github-omniauth-dep
Resolve Github omniauth strategy
2 parents d000837 + 5ffcfd3 commit 0eaf7b3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
## main [(unreleased)](https://github.com/fastruby/ombu_labs-auth/compare/6efa57eda3bd3f93e0f245342eb2a317574c32ff...main)
1616

17+
* [BUGFIX: Resolve Github Omniauth dependency](https://github.com/fastruby/ombu_labs-auth/pull/19)
18+
19+
## 0.1.0 [(commits)](https://github.com/fastruby/ombu_labs-auth/compare/6efa57eda3bd3f93e0f245342eb2a317574c32ff...v0.1.0)
20+
1721
* [FEATURE: Add Devise](https://github.com/fastruby/ombu_labs-auth/pull/2)
1822
* [FEATURE: Add Omniauth](https://github.com/fastruby/ombu_labs-auth/pull/3)
1923

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ GITHUB_APP_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
3939

4040
```ruby
4141
gem 'ombu_labs-auth'
42-
gem 'omniauth-github', '~> 2.0.0'
4342
```
4443

4544
- And then execute:

lib/ombu_labs/auth.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
require "devise"
2+
require "omniauth-github"
3+
# due to boot time configs, these need to be required BEFORE the engine
24
require "ombu_labs/auth/version"
35
require "ombu_labs/auth/engine"
46

0 commit comments

Comments
 (0)