From 11f75af401bde2a856d94e5a4c388d11ce764002 Mon Sep 17 00:00:00 2001 From: Helio Cola Date: Mon, 10 Oct 2022 05:05:48 -0400 Subject: [PATCH] Add comment to a few gems (#18551) Added comment to the following gems: * "flipper-ui" * "omniauth-google-oauth2" * "yard-activerecord" * "yard-activesupport-concern" --- Gemfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 109d94597..a606d1e93 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "field_test", "~> 0.5" # A/B testing gem "flipper", "~> 0.25.0" # Feature flipping / flags for Ruby gem "flipper-active_record", "~> 0.25.0" # Store Flipper flags in ActiveRecord gem "flipper-active_support_cache_store", "~> 0.25.0" # Cache feature flags for a short time -gem "flipper-ui", "~> 0.25.0" +gem "flipper-ui", "~> 0.25.0" # UI for the Flipper gem gem "fog-aws", "~> 3.14" # 'fog' gem to support Amazon Web Services gem "front_matter_parser", "~> 1.0" # Parse a front matter from syntactically correct strings or files gem "gemoji", "~> 4.0.0.rc3" # Character information and metadata for standard and custom emoji @@ -64,7 +64,7 @@ gem "omniauth", "~> 2.1" # A generalized Rack framework for multiple-provider au gem "omniauth-apple", "~> 1.0" # OmniAuth strategy for Sign In with Apple gem "omniauth-facebook", "~> 9.0" # OmniAuth strategy for Facebook gem "omniauth-github", "~> 2.0" # OmniAuth strategy for GitHub -gem "omniauth-google-oauth2", "~> 1.0" +gem "omniauth-google-oauth2", "~> 1.0" # OmniAuth strategy for Google OAuth2 gem "omniauth-rails_csrf_protection", "~> 1.0" # Provides CSRF protection on OmniAuth request endpoint on Rails application. gem "omniauth-twitter", "~> 1.4" # OmniAuth strategy for Twitter gem "parallel", "~> 1.22" # Run any kind of code in parallel processes @@ -129,8 +129,8 @@ group :development do gem "solargraph-rails", "~> 0.3.1", require: false # For LSP support with Rails gem "web-console", "~> 4.2" # Rails Console on the Browser gem "yard", "~> 0.9" # Documentation format - gem "yard-activerecord", "~> 0.0" - gem "yard-activesupport-concern", "~> 0.0" + gem "yard-activerecord", "~> 0.0" # Yard extension for ActiveRecord + gem "yard-activesupport-concern", "~> 0.0" # Yard extension for ActiveRecord::Concern end group :development, :test do