Install carrierwave_backgrounder version 1.0.2

This commit is contained in:
Andreas Nedbal 2024-01-27 12:02:10 +01:00 committed by Andreas Nedbal
parent da541b0d3e
commit 078e4e4e80
2 changed files with 5 additions and 10 deletions

View File

@ -22,7 +22,7 @@ gem "active_model_otp"
gem "bootsnap", require: false
gem "bootstrap_form", "~> 5.0"
gem "carrierwave", "~> 2.0"
gem "carrierwave_backgrounder", git: "https://github.com/retrospring/carrierwave_backgrounder.git"
gem "carrierwave_backgrounder", "~> 1.0.2"
gem "colorize"
gem "devise", "~> 4.9"
gem "devise-async"

View File

@ -1,11 +1,3 @@
GIT
remote: https://github.com/retrospring/carrierwave_backgrounder.git
revision: 41b756f7514c0e410c561bc8b5ee321cd8cce1ee
specs:
carrierwave_backgrounder (0.4.2)
carrierwave (>= 0.5, <= 2.1)
mime-types (>= 3.0.0)
GIT
remote: https://github.com/retrospring/hcaptcha
revision: f8de70ee2d629ac34395902dbee724c21297960c
@ -116,6 +108,9 @@ GEM
image_processing (~> 1.1)
mimemagic (>= 0.3.0)
mini_mime (>= 0.1.3)
carrierwave_backgrounder (1.0.2)
carrierwave (> 2.0, < 4.0)
rails (> 6.0, < 8.0)
chunky_png (1.4.0)
colorize (1.1.0)
concurrent-ruby (1.2.3)
@ -533,7 +528,7 @@ DEPENDENCIES
bootstrap_form (~> 5.0)
bullet
carrierwave (~> 2.0)
carrierwave_backgrounder!
carrierwave_backgrounder (~> 1.0.2)
colorize
connection_pool
cssbundling-rails (~> 1.4)