General Rails and Ruby updates
This commit is contained in:
parent
2eca40e372
commit
92aca77cdb
23 changed files with 226 additions and 97 deletions
5
Gemfile
5
Gemfile
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue