Skip to content

Commit

Permalink
Update links for flipper docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Dec 31, 2023
1 parent 8142c18 commit c608212
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ gem "vite_rails" # Leverage Vite to power the frontend of your Rails app [https:
# Utilities
# gem "bcrypt", "~> 3.1.7" # Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
# gem "kredis" # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
gem "flipper" # Feature flipping for Ruby [https://github.com/jnunemaker/flipper]
gem "flipper-active_record" # ActiveRecord adapter for Flipper [https://github.com/jnunemaker/flipper-active_record]
gem "flipper-ui" # UI for the Flipper gem [https://github.com/jnunemaker/flipper-ui]
gem "flipper" # Feature flipping for Ruby [https://www.flippercloud.io/]
gem "flipper-active_record" # ActiveRecord adapter for Flipper [https://www.flippercloud.io/docs/adapters/active-record]
gem "flipper-ui" # UI for the Flipper gem [https://www.flippercloud.io/docs/ui]
gem "jbuilder" # Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem "tzinfo-data", platforms: %i[windows jruby] # Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Expand Down

0 comments on commit c608212

Please sign in to comment.