Skip to content

Commit f14dc2d

Browse files
Bump puma from 6.4.3 to 7.1.0 in /spec/tester_mongo_rails_6
Bumps [puma](https://github.com/puma/puma) from 6.4.3 to 7.1.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v6.4.3...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 5b4e8e4 commit f14dc2d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

spec/tester_mongo_rails_6/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.4"
15+
gem "puma", "~> 7.1"
1616

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

spec/tester_mongo_rails_6/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ GEM
164164
pry (>= 0.13, < 0.15)
165165
psych (5.1.2)
166166
stringio
167-
puma (6.4.3)
167+
puma (7.1.0)
168168
nio4r (~> 2.0)
169169
racc (1.8.1)
170170
rack (3.2.4)
@@ -256,7 +256,7 @@ DEPENDENCIES
256256
graphql (~> 2.3.21)
257257
mongoid
258258
pry-byebug
259-
puma (~> 6.4)
259+
puma (~> 7.1)
260260
rails (~> 7.1.4)
261261
rspec-rails
262262
sqlite3 (~> 1.6)

0 commit comments

Comments
 (0)