summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-20 21:38:05 +0900
committerGitHub <noreply@github.com>2021-02-20 21:38:05 +0900
commitdcc7c686f3c4c85ebb8a3e6d5a861fc530c1840d (patch)
tree4f5603bd8b4a0ddc745e82375d01f4d13661f582 /Gemfile
parent76e5906cad43e4262569ac5979e775b579a52968 (diff)
Bump rails from 5.2.4.4 to 5.2.4.5 (#15729)
Bumps [rails](https://github.com/rails/rails) from 5.2.4.4 to 5.2.4.5. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v5.2.4.4...v5.2.4.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c38db6ef731..1c09e1346b0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,7 @@ ruby '>= 2.5.0', '< 3.0.0'
gem 'pkg-config', '~> 1.4'
gem 'puma', '~> 5.2'
-gem 'rails', '~> 5.2.4.4'
+gem 'rails', '~> 5.2.4.5'
gem 'sprockets', '~> 3.7.2'
gem 'thor', '~> 1.1'
gem 'rack', '~> 2.2.3'