Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-22 00:09:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-22 00:09:41 +0300
commitc097ca59a16661859dc192ca1c02c957c3025d46 (patch)
treeb042da3b9a4b4cfa8e24dad1d7bced1a6034ca41 /spec/initializers/100_patch_omniauth_oauth2_spec.rb
parentf0ccbae4dc1d8356a99f9b97361414aeb9a82337 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/initializers/100_patch_omniauth_oauth2_spec.rb')
-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 c30a1cdeafa..36a14816b7e 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.2'
+ expected_version = '1.7.3'
expect(current_version).to eq(expected_version), <<~EOF
New version #{current_version} of the `omniauth-oauth2` gem detected!