Upgrade from Rails 5.0 to 5.2
This commit is contained in:
parent
820ff2a30b
commit
d130f68172
29 changed files with 504 additions and 301 deletions
8
Gemfile
8
Gemfile
|
|
@ -1,7 +1,13 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
|
||||
gem 'rails', '~> 5.2'
|
||||
|
||||
gem 'bootsnap'
|
||||
|
||||
# To create variants (different sizes) of screenshot images saved in ActiveStorage
|
||||
#gem 'image_processing'
|
||||
gem 'mini_magick'
|
||||
|
||||
# Use Puma as the app server
|
||||
gem 'puma', '~> 3.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue