diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-10-13 15:50:24 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-10-13 15:50:24 +0200 |
commit | 1665b842856811c16b904c3b99be6b141a0e1c7b (patch) | |
tree | 6fba595782a93008ed3dd6f3ac9e19b7271df6b3 /Gemfile | |
parent | 022006577027ca040f4411489821f2e3311f0db6 (diff) | |
parent | 5159ba26e485daaeded2288c1b02bd1e516e1ca6 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `package.json`: Not really a conflict, just a glitch-soc-only dependency textually too close to an updated upstream one. - `yarn.lock`: Not really a conflict, just a glitch-soc-only dependency textually too close to an updated upstream one.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile index 5121e2249..c0be8c989 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '>= 2.5.0', '< 3.1.0' gem 'pkg-config', '~> 1.4' -gem 'puma', '~> 5.4' +gem 'puma', '~> 5.5' gem 'rails', '~> 6.1.4' gem 'sprockets', '~> 3.7.2' gem 'thor', '~> 1.1' @@ -136,7 +136,7 @@ group :development do gem 'letter_opener', '~> 1.7' gem 'letter_opener_web', '~> 1.4' gem 'memory_profiler' - gem 'rubocop', '~> 1.21', require: false + gem 'rubocop', '~> 1.22', require: false gem 'rubocop-rails', '~> 2.12', require: false gem 'brakeman', '~> 5.1', require: false gem 'bundler-audit', '~> 0.9', require: false |