Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "devise_ldap_authenticatable", "~> 0.8.7"

gem 'passenger', '~> 5.3.2', require: 'phusion_passenger/rack_handler'

gem 'carrierwave', '~> 2.2.5'
gem 'carrierwave', '~> 2.2.6'
gem 'nokogiri', '~> 1.16.2'

gem 'capistrano', "~> 3.16.0"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
airbrussh (1.4.1)
sshkit (>= 1.6.1, != 1.7.0)
Expand All @@ -87,7 +87,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (2.2.5)
carrierwave (2.2.6)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
Expand Down Expand Up @@ -129,7 +129,7 @@ GEM
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
Expand All @@ -153,13 +153,13 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
matrix (0.4.2)
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
minitest (5.22.3)
net-imap (0.4.10)
date
net-protocol
Expand Down Expand Up @@ -249,7 +249,7 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.0)
ruby-vips (2.2.0)
ruby-vips (2.2.1)
ffi (~> 1.12)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
Expand Down Expand Up @@ -311,7 +311,7 @@ PLATFORMS
DEPENDENCIES
capistrano (~> 3.16.0)
capybara (~> 3.36.0)
carrierwave (~> 2.2.5)
carrierwave (~> 2.2.6)
cocoon (~> 1.2.15)
coffee-rails (~> 5.0.0)
devise (~> 4.8.1)
Expand Down