Skip to content

Commit d5cba03

Browse files
chore(deps): update puma requirement from ~> 7.0 to ~> 8.0
Updates the requirements on [puma](https://github.com/puma/puma) to permit the latest version. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aba24c5 commit d5cba03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
66
rails_version = ENV.fetch("RAILS_VERSION", "8.0")
77
gem "rails", "~> #{rails_version}.0"
88
gem "listen", "~> 3.8"
9-
gem "puma", "~> 7.0"
9+
gem "puma", "~> 8.0"
1010

1111
# Specify your gem's dependencies in alchemy-solidus.gemspec
1212
gemspec

0 commit comments

Comments
 (0)