Skip to content

Commit

Permalink
dcp_loginの28系への対応
Browse files Browse the repository at this point in the history
  • Loading branch information
sion908 committed Nov 18, 2024
1 parent 18778e7 commit 0a9871f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gem "deface"
gem "image_processing"
gem "newrelic_rpm"

gem "omniauth-cityos-dcp", git: "https://github.com/TheDesignium/omniauth-cityos-dcp.git", tag: "v1.2.0"
gem "omniauth-line_login", path: "omniauth-line_login"
gem "omniauth-rails_csrf_protection"

Expand Down
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/TheDesignium/omniauth-cityos-dcp.git
revision: c9c27abfa052ab52d5b2edc9f299b971fb95a69f
tag: v1.2.0
specs:
omniauth-cityos-dcp (0.1.0)
decidim (>= 0.28.0)
omniauth-oauth2

GIT
remote: https://github.com/codeforjapan/decidim-module-decidim_awesome.git
revision: b2800256f5e147452438686029b3990c89fb21be
Expand Down Expand Up @@ -917,6 +926,7 @@ DEPENDENCIES
letter_opener_web
listen (~> 3.1)
newrelic_rpm
omniauth-cityos-dcp!
omniauth-line_login!
omniauth-rails_csrf_protection
puma (>= 6.3.1)
Expand Down

0 comments on commit 0a9871f

Please sign in to comment.