1
0
Fork 0
forked from gitea/nas

Bump rails from 5.2.3 to 5.2.4 (#12584)

* Bump rails from 5.2.3 to 5.2.4

Bumps [rails](https://github.com/rails/rails) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.3...v5.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* sprockets ~> 3.7
This commit is contained in:
dependabot-preview[bot] 2019-12-18 08:58:53 +09:00 committed by Yamagishi Kazutoshi
parent c436367c3c
commit 45f8968404
2 changed files with 42 additions and 40 deletions

View file

@ -6,7 +6,8 @@ ruby '>= 2.4.0', '< 2.7.0'
gem 'pkg-config', '~> 1.4'
gem 'puma', '~> 4.3'
gem 'rails', '~> 5.2.3'
gem 'rails', '~> 5.2.4'
gem 'sprockets', '~> 3.7'
gem 'thor', '~> 0.20'
gem 'hamlit-rails', '~> 0.2'