diff options
author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-12-06 16:10:18 +0900 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-12-06 16:10:18 +0900 |
commit | d5245434ec9ff7c7e22cec4bd9f7aa2da20cd861 (patch) | |
tree | 67f53cdbd27e4c34b7ff08df4720ac59ab5ae5a2 /Gemfile | |
parent | 781c7be08bee7ce7f4084743e41d2a460685bd1f (diff) |
Bump rails from 5.2.1.1 to 5.2.2 (#9430)
Bumps [rails](https://github.com/rails/rails) from 5.2.1.1 to 5.2.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v5.2.1.1...v5.2.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 1964f8474..5d488087d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '>= 2.3.0', '< 2.6.0' gem 'pkg-config', '~> 1.3' gem 'puma', '~> 3.12' -gem 'rails', '~> 5.2.1' +gem 'rails', '~> 5.2.2' gem 'thor', '~> 0.20' gem 'hamlit-rails', '~> 0.2' |