diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-04-05 18:32:06 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2020-04-05 18:32:06 +0200 |
commit | 9101254d0a70bc6f899c093f33300cffceb7c8ac (patch) | |
tree | c8e9e95a36ffb2346e3168d00364e4b614bee92a /Gemfile | |
parent | 6e426267a762f3cd1efa2c5fb120a13543567775 (diff) | |
parent | 85f0e0a606905ecda1322a0f7b65d8b4ff91dd69 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - `app/javascript/packs/public.js`: Upstream modified code that we split between multiple files due to glitch-soc's theming system. Ported those changes.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index f110812a6..d77be40c0 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' |