Revision | f6036e75fa3ea76a44ba0aacc5d22ec241a2e032 (tree) |
---|---|
Time | 2021-03-19 03:16:31 |
Author | HMML <hmml3939@gmai...> |
Commiter | HMML |
Chagne omniauth version to compat with devise...
@@ -58,6 +58,7 @@ gem "webpacker-react", "~> 0.3" | ||
58 | 58 | gem "cancancan" |
59 | 59 | gem "devise" |
60 | 60 | gem "omniauth-twitter" |
61 | +gem "omniauth", "< 2" # Note: temp workaround.. | |
61 | 62 | gem "daemons" |
62 | 63 | gem "exception_notification", group: :production |
63 | 64 | gem "paperclip" |
@@ -262,10 +262,9 @@ GEM | ||
262 | 262 | nenv (~> 0.1) |
263 | 263 | shellany (~> 0.0) |
264 | 264 | oauth (0.5.5) |
265 | - omniauth (2.0.3) | |
265 | + omniauth (1.9.1) | |
266 | 266 | hashie (>= 3.4.6) |
267 | 267 | rack (>= 1.6.2, < 3) |
268 | - rack-protection | |
269 | 268 | omniauth-oauth (1.2.0) |
270 | 269 | oauth |
271 | 270 | omniauth (>= 1.0, < 3) |
@@ -514,6 +513,7 @@ DEPENDENCIES | ||
514 | 513 | listen (~> 3.0.5) |
515 | 514 | mysql2 |
516 | 515 | nokogiri |
516 | + omniauth (< 2) | |
517 | 517 | omniauth-twitter |
518 | 518 | paperclip |
519 | 519 | popper_js |