Skip to content

Commit 7ae4ce7

Browse files
committed
gem comments
1 parent 77b4d24 commit 7ae4ce7

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Gemfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,11 @@ gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] # Windows does not
5656
gem "view_component" # View components for reusability
5757
gem "wicked" # Multi-step form wizard for Rails
5858

59-
# flipper for feature flag management
60-
gem "flipper"
61-
gem "flipper-active_record"
62-
gem "flipper-ui"
63-
gem "pghero"
64-
gem "pg_query"
59+
gem "flipper" # Feature flag management
60+
gem "flipper-active_record" # Active Record adapter for Flipper
61+
gem "flipper-ui" # Web UI for managing feature flags
62+
gem "pghero" # PostgreSQL performance monitoring and query insights
63+
gem "pg_query" # PostgreSQL query parser
6564
group :development, :test do
6665
gem "brakeman" # security inspection
6766
gem "bullet" # Detect and fix N+1 queries

0 commit comments

Comments
 (0)