summaryrefslogtreecommitdiff
path: root/spec/initializers
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-14 00:10:41 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-14 00:10:41 +0000
commitdcd075c981ad8efcdf6206f67e1c82c6ab4b3152 (patch)
treeabddfa196c5972b62eb20259df5f7e2f1cabcac3 /spec/initializers
parent9f4c898b9d7243343ab321227e9cfbfa8babedfe (diff)
downloadgitlab-ce-dcd075c981ad8efcdf6206f67e1c82c6ab4b3152.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/initializers')
-rw-r--r--spec/initializers/100_patch_omniauth_oauth2_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/initializers/100_patch_omniauth_oauth2_spec.rb b/spec/initializers/100_patch_omniauth_oauth2_spec.rb
index 36a14816b7e..8c8e2b24484 100644
--- a/spec/initializers/100_patch_omniauth_oauth2_spec.rb
+++ b/spec/initializers/100_patch_omniauth_oauth2_spec.rb
@@ -5,7 +5,7 @@ require 'spec_helper'
RSpec.describe 'OmniAuth::Strategies::OAuth2' do
it 'verifies the gem version' do
current_version = OmniAuth::OAuth2::VERSION
- expected_version = '1.7.3'
+ expected_version = '1.8.0'
expect(current_version).to eq(expected_version), <<~EOF
New version #{current_version} of the `omniauth-oauth2` gem detected!