Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mongoid and use release of mongoid-paperclip #715

Merged
merged 1 commit into from
Sep 25, 2023
Merged
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
9 changes: 2 additions & 7 deletions server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@ gem 'tzinfo-data', '~>1.2021.1'
gem 'loofah', '2.20.0'

# database modules
gem 'mongoid', '7.4.3'
#gem 'mongoid-paperclip'
# forked gem is neccessary as mongoid-paperclip relies on mimemagic which now requires freedesktop.org.xml at run time"
gem 'mongoid-paperclip', :github => 'tijcolem/mongoid-paperclip', :ref => 'master'
# Once this PR is merged (https://github.com/kreeti/kt-paperclip/pull/54) and released change to gem version
gem 'kt-paperclip', :github => 'tijcolem/kt-paperclip', :ref => 'use-marcel'
#gem 'paperclip'
gem 'mongoid', '7.5.4'
gem 'mongoid-paperclip'

# R
gem 'rserve-simpler', '~> 0.0.6'
Expand Down
Loading