Skip to content

Commit a8d8e27

Browse files
committed
Preparing for 1.7.0 release
1 parent 4321739 commit a8d8e27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/omniauth-oauth2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module OAuth2
3-
VERSION = "1.6.0".freeze
3+
VERSION = "1.7.0".freeze
44
end
55
end

lib/omniauth/strategies/oauth2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def request_phase
5959
redirect client.auth_code.authorize_url({:redirect_uri => callback_url}.merge(authorize_params))
6060
end
6161

62-
def authorize_params# rubocop:disable Metrics/AbcSize, Metrics/MethodLength
62+
def authorize_params # rubocop:disable Metrics/AbcSize, Metrics/MethodLength
6363
options.authorize_params[:state] = SecureRandom.hex(24)
6464

6565
if OmniAuth.config.test_mode

0 commit comments

Comments
 (0)