Skip to content

Commit

Permalink
Re-run bundle install, pin carrierwave < 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Aug 2, 2024
1 parent 88129e8 commit 38e213c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'pg'
gem 'paper_trail', '< 13'

# for upload management
gem 'carrierwave'
gem 'carrierwave', '< 3'
gem 'carrierwave-bombshelter'
gem 'mini_magick'
# for uploading images to the cloud
Expand Down
21 changes: 13 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ GEM
awesome_nested_set (>= 3.0)
acts_as_list (1.1.0)
activerecord (>= 4.2)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
afm (0.2.2)
ajax-datatables-rails (1.4.0)
rails (>= 5.2)
Expand Down Expand Up @@ -134,6 +134,7 @@ GEM
addressable (~> 2.6)
image_processing (~> 1.1)
marcel (~> 1.0.0)
mini_mime (>= 0.1.3)
ssrf_filter (~> 1.0)
carrierwave-bombshelter (0.2.2)
activesupport (>= 3.2.0)
Expand Down Expand Up @@ -252,7 +253,9 @@ GEM
faraday (~> 2.0)
fastimage (2.3.0)
feature (1.4.0)
ffi (1.16.3)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
font-awesome-sass (6.5.1)
sassc (~> 2.0)
geckodriver-helper (0.24.0)
Expand Down Expand Up @@ -297,7 +300,7 @@ GEM
icalendar (2.10.1)
ice_cube (~> 0.16)
ice_cube (0.16.4)
image_processing (1.12.2)
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-like (0.3.1)
Expand Down Expand Up @@ -326,6 +329,7 @@ GEM
letter_opener (~> 1.7)
railties (>= 5.2)
rexml
logger (1.6.0)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
Expand All @@ -347,7 +351,7 @@ GEM
mime-types-data (3.2024.0206)
mina (1.2.5)
rake
mini_magick (4.12.0)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.24.1)
momentjs-rails (2.29.4.1)
Expand Down Expand Up @@ -463,7 +467,7 @@ GEM
pronto-rubocop (0.11.2)
pronto (~> 0.11.0)
rubocop (>= 0.63.1, < 2.0)
public_suffix (5.0.4)
public_suffix (6.0.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
Expand Down Expand Up @@ -586,8 +590,9 @@ GEM
ruby-openid (2.9.2)
ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5)
ruby-vips (2.2.1)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
rubyzip (2.3.2)
rugged (1.5.1)
sass-rails (6.0.0)
Expand Down Expand Up @@ -722,7 +727,7 @@ DEPENDENCIES
byebug
cancancan
capybara
carrierwave
carrierwave (< 3)
carrierwave-bombshelter
caxlsx_rails
chartkick
Expand Down

0 comments on commit 38e213c

Please sign in to comment.