From 4cecba00e9a8ce6b369a9bc4b03e2f3775cebb75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Maniaci?= Date: Sat, 16 Jan 2021 16:07:40 +0000 Subject: [PATCH] fix: attempt my own version of tailwindcss-rails --- Gemfile | 2 +- Gemfile.lock | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index b177490..8b14cfe 100644 --- a/Gemfile +++ b/Gemfile @@ -64,4 +64,4 @@ group :development do gem 'web-console' end -gem 'tailwindcss-rails', '~> 0.1.0' +gem 'tailwindcss-rails', git: 'https://github.com/freesteph/tailwindcss-rails.git', branch: 'haml' diff --git a/Gemfile.lock b/Gemfile.lock index 3b015cf..875d44c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,12 @@ +GIT + remote: https://github.com/freesteph/tailwindcss-rails.git + revision: 1b7028a6e516ce42dcb434b5e6ba8ebcad29a135 + branch: haml + specs: + tailwindcss-rails (0.1.0) + haml (>= 5.2.0) + rails (>= 6.0.0) + GIT remote: https://github.com/seuros/capistrano-puma.git revision: f8093ad3e68e67390d0ffeb5f50830b1587973f9 @@ -329,8 +338,6 @@ GEM sshkit (1.21.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) - tailwindcss-rails (0.1.0) - rails (>= 6.0.0) temple (0.8.2) therubyracer (0.12.3) libv8 (~> 3.16.14.15) @@ -395,7 +402,7 @@ DEPENDENCIES spring spring-watcher-listen (~> 2.0.0) sqlite3 - tailwindcss-rails (~> 0.1.0) + tailwindcss-rails! therubyracer turbolinks (~> 5) uglifier (>= 1.3.0)