Skip to content

Commit 524adcb

Browse files
Bump puma from 6.6.1 to 7.1.0 in /spec/tester_mongo
Bumps [puma](https://github.com/puma/puma) from 6.6.1 to 7.1.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.6.1...v7.1.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40d962b commit 524adcb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

spec/tester_mongo/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "sqlite3", "~> 1.6"
1212
gem "mongoid"
1313

1414
# Use the Puma web server [https://github.com/puma/puma]
15-
gem "puma", "~> 6.6"
15+
gem "puma", "~> 7.1"
1616

1717
# Use graphql gem for handle API
1818
gem 'graphql', "~> 2.5.14"

spec/tester_mongo/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ GEM
172172
psych (5.2.6)
173173
date
174174
stringio
175-
puma (6.6.1)
175+
puma (7.1.0)
176176
nio4r (~> 2.0)
177177
racc (1.8.1)
178178
rack (3.2.4)
@@ -264,7 +264,7 @@ DEPENDENCIES
264264
graphql (~> 2.5.14)
265265
mongoid
266266
pry-byebug
267-
puma (~> 6.6)
267+
puma (~> 7.1)
268268
rails (~> 7.1.3)
269269
rspec-rails
270270
sqlite3 (~> 1.6)

0 commit comments

Comments
 (0)