Skip to content

Commit

Permalink
Update Rails to v6.1.3.1
Browse files Browse the repository at this point in the history
To avoid the issue of failed build because of yanked dependencty (mimemagic 0.3.x)
rails/rails#41750
https://github.com/rails/rails/releases/tag/v6.1.3.1
https://github.com/rails/marcel/releases/tag/v1.0.0
  • Loading branch information
longnd committed Apr 2, 2021
1 parent 35c3120 commit acd00d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.tt
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'
ruby '<%= RUBY_VERSION %>'

# Backend
gem 'rails', '6.1.1' # Latest stable
gem 'rails', '6.1.3.1' # Latest stable
gem 'pg' # Use Postgresql as database
gem 'puma' # Use Puma as the app server
gem 'mini_magick' # A ruby wrapper for ImageMagick or GraphicsMagick command line
Expand Down

0 comments on commit acd00d5

Please sign in to comment.