Removed cookie warning. Updated Gems.

Apparently functional cookies can be used without consent.
This commit is contained in:
Christoph Haas 2021-05-28 15:54:36 +02:00
parent 267acc4550
commit bc944d677b
4 changed files with 89 additions and 98 deletions

View file

@ -113,9 +113,6 @@ gem 'slim-rails'
# Attachment/image handling
gem "paperclip"
# Comply with stupid european cookie law
gem 'cookies_eu'
# Requires: apt-get install libbz2-dev
gem 'bzip2-ruby', :git => 'https://github.com/chewi/bzip2-ruby.git'