Skip to content

Commit 4ea7d22

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 d209f45 commit 4ea7d22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ GEM
153153
timeout
154154
net-smtp (0.5.1)
155155
net-protocol
156-
nio4r (2.7.4)
156+
nio4r (2.7.5)
157157
nokogiri (1.18.10-x86_64-linux-gnu)
158158
racc (~> 1.4)
159159
pp (0.6.3)
@@ -168,7 +168,7 @@ GEM
168168
psych (5.2.6)
169169
date
170170
stringio
171-
puma (6.6.1)
171+
puma (7.1.0)
172172
nio4r (~> 2.0)
173173
racc (1.8.1)
174174
rack (3.2.3)
@@ -258,7 +258,7 @@ DEPENDENCIES
258258
graphql (~> 2.5.14)
259259
mongoid
260260
pry-byebug
261-
puma (~> 6.6)
261+
puma (~> 7.1)
262262
rails (~> 7.1.3)
263263
rspec-rails
264264
sqlite3 (~> 1.6)

0 commit comments

Comments
 (0)