General Rails and Ruby updates

This commit is contained in:
Christoph Haas 2021-05-28 21:07:45 +02:00
parent 2eca40e372
commit 92aca77cdb
23 changed files with 226 additions and 97 deletions

View file

@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.6.6'
ruby '2.7.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0'
@ -110,9 +110,6 @@ gem 'pg_search'
# Use SLIM as our templating language
gem 'slim-rails'
# Attachment/image handling
gem "paperclip"
# Requires: apt-get install libbz2-dev
gem 'bzip2-ruby', :git => 'https://github.com/chewi/bzip2-ruby.git'