mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add mini_magick
to default Gemfile
as comment
* If we want to transform image on ActiveStorage, we should bundle `mini_magick`. * I've added comment block to default `Gemfile` to be easier to install this.
This commit is contained in:
parent
fefc5e8e37
commit
1df25e6f80
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
* Add `mini_magick` to default `Gemfile` as comment.
|
||||
|
||||
*Yoshiyuki Hirano*
|
||||
|
||||
* Derive `secret_key_base` from the app name in development and test environments.
|
||||
|
||||
Spares away needless secret configs.
|
||||
|
|
|
@ -21,6 +21,9 @@ ruby <%= "'#{RUBY_VERSION}'" -%>
|
|||
# Use ActiveModel has_secure_password
|
||||
# gem 'bcrypt', '~> 3.1.7'
|
||||
|
||||
# Use ActiveStorage variant
|
||||
# gem 'mini_magick', '~> 4.8'
|
||||
|
||||
# Use Capistrano for deployment
|
||||
# gem 'capistrano-rails', group: :development
|
||||
|
||||
|
|
Loading…
Reference in a new issue