From c6082128b4f804c5352f477ea5b88c029b0f8947 Mon Sep 17 00:00:00 2001 From: Ross Kaffenberger Date: Sun, 31 Dec 2023 10:35:27 -0500 Subject: [PATCH] Update links for flipper docs --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f480a8c1..6d84f066 100644 --- a/Gemfile +++ b/Gemfile @@ -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