Skip to content

Commit b92a3ba

Browse files
authored
Merge pull request #271 from AlchemyCMS/dependabot/bundler/puma-tw-8.0
chore(deps): update local dev puma to 8.0
2 parents aba24c5 + d5cba03 commit b92a3ba

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)