• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionf6036e75fa3ea76a44ba0aacc5d22ec241a2e032 (tree)
Time2021-03-19 03:16:31
AuthorHMML <hmml3939@gmai...>
CommiterHMML

Log Message

Chagne omniauth version to compat with devise...

Change Summary

Incremental Difference

--- a/Gemfile
+++ b/Gemfile
@@ -58,6 +58,7 @@ gem "webpacker-react", "~> 0.3"
5858 gem "cancancan"
5959 gem "devise"
6060 gem "omniauth-twitter"
61+gem "omniauth", "< 2" # Note: temp workaround..
6162 gem "daemons"
6263 gem "exception_notification", group: :production
6364 gem "paperclip"
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -262,10 +262,9 @@ GEM
262262 nenv (~> 0.1)
263263 shellany (~> 0.0)
264264 oauth (0.5.5)
265- omniauth (2.0.3)
265+ omniauth (1.9.1)
266266 hashie (>= 3.4.6)
267267 rack (>= 1.6.2, < 3)
268- rack-protection
269268 omniauth-oauth (1.2.0)
270269 oauth
271270 omniauth (>= 1.0, < 3)
@@ -514,6 +513,7 @@ DEPENDENCIES
514513 listen (~> 3.0.5)
515514 mysql2
516515 nokogiri
516+ omniauth (< 2)
517517 omniauth-twitter
518518 paperclip
519519 popper_js