File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
15
15
## main [ (unreleased)] ( https://github.com/fastruby/ombu_labs-auth/compare/6efa57eda3bd3f93e0f245342eb2a317574c32ff...main )
16
16
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
+
17
21
* [ FEATURE: Add Devise] ( https://github.com/fastruby/ombu_labs-auth/pull/2 )
18
22
* [ FEATURE: Add Omniauth] ( https://github.com/fastruby/ombu_labs-auth/pull/3 )
19
23
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ GITHUB_APP_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
39
39
40
40
``` ruby
41
41
gem ' ombu_labs-auth'
42
- gem ' omniauth-github' , ' ~> 2.0.0'
43
42
```
44
43
45
44
- And then execute:
Original file line number Diff line number Diff line change 1
1
require "devise"
2
+ require "omniauth-github"
3
+ # due to boot time configs, these need to be required BEFORE the engine
2
4
require "ombu_labs/auth/version"
3
5
require "ombu_labs/auth/engine"
4
6
You can’t perform that action at this time.
0 commit comments