Skip to content

Commit

Permalink
Merge pull request #77 from comorebi-notes/develop
Browse files Browse the repository at this point in the history
[リリース] v1.1.2
  • Loading branch information
comorebi-notes authored Jan 29, 2019
2 parents 277a2c8 + 6603b55 commit 235357e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions app/frontend/constants/releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,14 @@ const releases = [
<li>タブレットでの表示を大幅に改善</li>
</ul>
)
}, {
version: "v1.1.2",
updated_at: "2019/1/29",
content: (
<ul>
<li>Google 認証でログインしようとするとエラーになっていたのを修正</li>
</ul>
)
}
]

Expand Down
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
secure_image_url: true,
image_size: "large"
}
config.omniauth :google_oauth2, ENV["GOOGLE_CLIENT_ID"], ENV["GOOGLE_CLIENT_SECRET"]
config.omniauth :google_oauth2, ENV["GOOGLE_CLIENT_ID"], ENV["GOOGLE_CLIENT_SECRET"], skip_jwt: true
config.omniauth :tumblr, ENV["TUMBLR_KEY"], ENV["TUMBLR_SECRET"]
config.omniauth :github, ENV["GITHUB_KEY"], ENV["GITHUB_SECRET"], scope: "user,repo"

Expand Down
2 changes: 1 addition & 1 deletion config/version.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default: &default
version: v1.1.1
version: v1.1.2

development:
<<: *default
Expand Down

0 comments on commit 235357e

Please sign in to comment.