Skip to content

Commit 885ebb8

Browse files
Bump puma from 6.6.1 to 7.0.3 in /spec/tester_mongo
Bumps [puma](https://github.com/puma/puma) from 6.6.1 to 7.0.3. - [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.0.3) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 115f0e3 commit 885ebb8

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.0"
1616

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

spec/tester_mongo/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ GEM
168168
psych (5.2.6)
169169
date
170170
stringio
171-
puma (6.6.1)
171+
puma (7.0.3)
172172
nio4r (~> 2.0)
173173
racc (1.8.1)
174174
rack (3.2.1)
@@ -256,7 +256,7 @@ DEPENDENCIES
256256
graphql (~> 2.5.12)
257257
mongoid
258258
pry-byebug
259-
puma (~> 6.6)
259+
puma (~> 7.0)
260260
rails (~> 7.1.3)
261261
rspec-rails
262262
sqlite3 (~> 1.6)

0 commit comments

Comments
 (0)