Skip to content

Commit

Permalink
Merge pull request #715 from NREL/revert-back-to-supported-gems
Browse files Browse the repository at this point in the history
Update mongoid and use release of mongoid-paperclip
  • Loading branch information
brianlball authored Sep 25, 2023
2 parents bcecf3c + 4f53761 commit 1c058ce
Showing 1 changed file with 2 additions and 7 deletions.
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

0 comments on commit 1c058ce

Please sign in to comment.