Skip to content

Commit

Permalink
fix specx=cs again
Browse files Browse the repository at this point in the history
  • Loading branch information
reeganviljoen committed Nov 18, 2024
1 parent f386363 commit ae63e0f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ gem "net-smtp", require: false
gem "net-imap", require: false
gem "net-pop", require: false
gem "turbo-rails", "~> 1"
gem "sprockets-rails", "~> 3.4.2"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ source "https://rubygems.org"
gem "rails", "~> 7.0"
gem "tailwindcss-rails", "~> 2.0"
gem "turbo-rails", "~> 1"
gem "sprockets-rails", "~> 3.4.2"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ source "https://rubygems.org"
gem "rails", "~> 7.1"
gem "tailwindcss-rails", "~> 2.0"
gem "turbo-rails", "~> 1"
gem "sprockets-rails", "~> 3.4.2"

gemspec path: "../"
2 changes: 2 additions & 0 deletions gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ gem "debug"

gem "tailwindcss-rails", "~> 2.0"

gem "sprockets-rails", "~> 3.4.2"

group :test do
gem "cuprite", "~> 0.15"
gem "puma", "~> 6"
Expand Down
3 changes: 1 addition & 2 deletions test/sandbox/config/initializers/assets.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# frozen_string_literal: true

if Rails.version.to_f <= 7.2 then R
precompile += %w[admin.css] end
if Rails.version.to_f <= 7.2 then Rails.application.config.assets.precompile += %w[admin.css] end

0 comments on commit ae63e0f

Please sign in to comment.