Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/tester_mongo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "sqlite3", "~> 1.6"
gem "mongoid"

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

# Use graphql gem for handle API
gem 'graphql', "~> 2.5.14"
Expand Down
4 changes: 2 additions & 2 deletions spec/tester_mongo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
psych (5.2.6)
date
stringio
puma (6.6.1)
puma (7.1.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.4)
Expand Down Expand Up @@ -264,7 +264,7 @@ DEPENDENCIES
graphql (~> 2.5.14)
mongoid
pry-byebug
puma (~> 6.6)
puma (~> 7.1)
rails (~> 7.1.3)
rspec-rails
sqlite3 (~> 1.6)
Expand Down
Loading