From 68f5f71701f53dffba53b3390b8e01cc23cc3d9c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 27 Aug 2021 00:40:47 -0400 Subject: switch to turbo --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index d20ac2f..8fd2931 100644 --- a/Gemfile +++ b/Gemfile @@ -13,12 +13,12 @@ gem 'puma', '~> 5.4' gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker gem 'webpacker', '~> 5.4' -# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks -gem 'turbolinks', '~> 5' +# https://github.com/hotwired/turbo-rails +gem 'turbo-rails' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.11' # Use Redis adapter to run Action Cable in production -# gem 'redis', '~> 4.0' +gem 'redis', '~> 4.0' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' -- cgit 1.4.1