Add comment to a few gems (#18551)

Added comment to the following gems:
* "flipper-ui"
* "omniauth-google-oauth2"
* "yard-activerecord"
* "yard-activesupport-concern"
This commit is contained in:
Helio Cola 2022-10-10 05:05:48 -04:00 committed by GitHub
parent 5caca502d3
commit 11f75af401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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