diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-06 09:54:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 09:54:41 +0900 |
commit | 3eeb10d9febf1844cc9b31f3c4e0255958ca0c37 (patch) | |
tree | e3917537e71d75de821acb70c2b38cdf11370ba9 /Gemfile | |
parent | 65537ff4d9ecbd36784596f57ce0753cf412d66e (diff) |
Bump rack from 2.2.3.1 to 2.2.4 (#18768)
Bumps [rack](https://github.com/rack/rack) from 2.2.3.1 to 2.2.4. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.2.3.1...2.2.4) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production update-type: version-update:semver-patch ... 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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 7d3cff7dd..ce5e231d0 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'puma', '~> 5.6' gem 'rails', '~> 6.1.6' gem 'sprockets', '~> 3.7.2' gem 'thor', '~> 1.2' -gem 'rack', '~> 2.2.3' +gem 'rack', '~> 2.2.4' gem 'hamlit-rails', '~> 0.2' gem 'pg', '~> 1.4' |