diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2020-04-04 23:24:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-04 23:24:59 +0200 |
commit | 5c2e63acd5f33e0e6d5c4af46501efd74566017d (patch) | |
tree | f9e9a7faa330a7a19ef4b94f62c2c52a8cd1e812 /Gemfile | |
parent | d3ff06a3205130fa10ffc5d736e8206a9725b5df (diff) |
Bump rails from 5.2.4.1 to 5.2.4.2 and kind-of from 6.0.2 to 6.0.3 (#13387)
* Bump rails from 5.2.4.1 to 5.2.4.2 * Bump kind-of from 6.0.2 to 6.0.3
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index b59420762..dcf96747b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '>= 2.5.0', '< 3.0.0' gem 'pkg-config', '~> 1.4' gem 'puma', '~> 4.3' -gem 'rails', '~> 5.2.4' +gem 'rails', '~> 5.2.4.2' gem 'sprockets', '~> 3.7.2' gem 'thor', '~> 0.20' gem 'rack', '~> 2.2.2' |