Skip to content

Commit

Permalink
use sprockets for 6.1 - propshaft needs rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
langalex committed Dec 19, 2024
1 parent be43a37 commit 2cf8716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development, :test do
gem 'autoprefixer-rails', '~> 10.4.16.0'
gem 'byebug', '~> 11.1.0', platforms: %i[mri mingw x64_mingw]
gem 'image_processing', '>= 1.12.0'
gem 'propshaft', '~> 1.1.0'
gem 'sprockets-rails', '~> 3.5.2', require: 'sprockets/railtie'
gem 'sqlite3', '~> 1.6.7'
end

Expand Down

0 comments on commit 2cf8716

Please sign in to comment.